Kay said > What I would do in your situation is hide the css > from Netscape 4 completely by using either the media="all" > attribute on your link tag, or @@import syntax.
Jackie Reid said: >I actually dont really understand that stuff *cringe > with embarrasment* I know i read up on it at some stage > but as usual can't remember where to go > and find the info now that i need it. Can someone > point me in the right direction please. Try this one: http://css-discuss.incutio.com/?page=ImportHack If you have a verison of Mozilla installed with the Web Developer Toolbar extension, you can easily disable css to see what the markup looks like without styles applied. That's exactly what your Netscape 4 users will see. The advantage is, you don't have to waste time supporting such a tiny backwards minority, and they can't complain that your site doesn't work for them (provided you don't have any functionality that requires css for javascript or something, but by the looks of your site that's going to be unlikely). It's win win win! Hope that helps, K. -- Kay Smoljak http://kay.smoljak.com ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
