Click to See Complete Forum and Search --> : ccs and netscape


Count_Rugen
12-02-2002, 08:31 PM
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.

Stefan
12-02-2002, 08:46 PM
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.

Count_Rugen
12-03-2002, 12:11 AM
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?

Stefan
12-03-2002, 05:28 AM
Originally posted by Count_Rugen
The text size set in <STYLE> does not have any influence in IE 5 on the mac. [/B]

An URL to the site perhaps?

Count_Rugen
12-03-2002, 08:41 PM
sorry, the site isnt hosted yet.

ecross
12-03-2002, 08:56 PM
Maybe you can post your code. Without us looking at it, how do you exactly want us to help you? :confused: