Forum Moderators: open

Message Too Old, No Replies

HELP! CSS not working at all in Netscape

Very simple CSS problem that I can't seem to resolve

         

Patrick_V

11:42 pm on Jun 7, 2007 (gmt 0)

10+ Year Member



Hi there,

being relatively new to CSS, I've tried putting some basic features into my website only to learn that none of it was rendering in Netscape (latest version downloaded today).

It's a simple font modification script. Works for me in IE 6.0.2 but not in Netscape.

Any ideas?

Thanks.

[edited by: Patrick_V at 11:54 pm (utc) on June 7, 2007]

[edited by: encyclo at 12:22 am (utc) on June 8, 2007]
[edit reason] fixed formatting [/edit]

Marshall

11:47 pm on Jun 7, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Patrick_V

You will have to remove the link you posted (read TOS). If you want your CSS reviewed, post the necessary CSS and HTML code.

BTW I looked at your code. Nescape does not like numbers: p.1. Other than that, what is the problem exactly?

[edited by: Marshall at 11:49 pm (utc) on June 7, 2007]

Patrick_V

11:56 pm on Jun 7, 2007 (gmt 0)

10+ Year Member



Thanks for the heads up on the link. I've removed it, though I don't know now how anyone can check it out live.

The problem was that none of the script was performing on the text element in NN. Did you see it differently?

thanks

encyclo

12:24 am on Jun 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Patrick_V and welcome to WebmasterWorld! Can you post a short test case which shows the problem? You can refer to our Guide to Posting Code [webmasterworld.com] for more information about why we avoid posting simple links to sites. :)

Have you tried checking your page with the HTML validator [validator.w3.org]? If there are errors, what do those errors indicate?

Marshall

1:30 am on Jun 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Did you try changing p.1 to either just p or say p.text?

I did a test making the change, p.text, I suggested and it worked fine in Netscape.

[edited by: Marshall at 1:47 am (utc) on June 8, 2007]