|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
css (mozilla)
is there away for me to make css work in mozila? I have this for IE but when i view the site in mozilla/netscape then the tables and etc are all out of place
Code:
.10w {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
font-weight: normal;
}
.10wB {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #FFFFFF;
}
.10b {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
}
does anyone knows how to make it work?
__________________
IE QUOTE | PHP Manual | Google | C/C++ Compiler | Linux Tutorials | General Stuff Game Dev Last edited by xlordt : February 4th, 2004 at 12:35 PM. |
|
#2
|
|||
|
|||
|
I don't see any style rules that could cause tables to go out of place. Any url?
The names of your posted CSS classes are invalid. CSS classes are not allowed to start with a number. From http://www.w3.org/TR/CSS2/syndata.html: Quote:
Hope this helps, Jeroen |
|
#3
|
||||
|
||||
|
yes if you go to .. www.teamcoders.com and view it in IE it looks good.. but if you view it in mozilla then its out of place
![]() |
|
#4
|
|||
|
|||
|
The names of your posted CSS classes are invalid. CSS classes are not allowed to start with a number.
Change them! Mozilla follows this rule, and won't display the elements with the 'wrong' class names. Jeroen |
|
#5
|
||||
|
||||
|
ok thanx i will try it out
![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css (mozilla) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|