I am curious as to why netscape 7 does not register the colors i have entered in my styles file.
This is what i have in my ccs file:
p {font: normal 8pt/10pt "Verdana","Arial"}
P.heading_white{font: normal 18pt "Verdana", "Arial"; color:"#FFFFFF"}
however when i call <P class='heading_white'> all parameters are correct except for the color. It still remains black.
This also happens with the links i have set.
All works well in IE 5, but not in NN7.
I would appreciate any comments.
Originally posted by Count_Rugen
[B]I am curious as to why netscape 7 does not register the colors i have entered in my styles file.
It's becuse your code is wrong.
color:"#FFFFFF"
should be
color:#FFFFFF
or
color:#FFF
BTW, you should always end your list of fonts with a general family type.
In case of Arial you probably want to use "sans-serif"
Also, NEVER use pt on a webpage intended for the monitor.
Points are only meaningfull eg printed on paper. The size of a point varies quite much from system to system, especially cross OS. Use px or % instead.
perhaps you could help me with one more thing...
The text size set in <STYLE> does not have any influence in IE 5 on the mac. Consequently, the text in IE5 on the mac is much larger than NN7 on the mac, or IE5 or NN7 on the PC.
Can you help me with this?
Bookmarks