Forum Moderators: open
IE 5.0, 5.5 and 6.0
Netscape 4.7/4.8, 6.0 and 7.0
Mozilla 1.7
Firefox 1.0
Opera 8
can any one out there tell me if there is a industry standard?
also I am keen to work more with css and I dont think it works at all in Netscape 4.7/4.8 or am I wrong in my thoughts.
If so how does the bbc site manage to have at least a lay out that is still readable in Netscape 4.7/4.8.
Hope some of you out there can shine a bit of light on this issue as I am a little concerned about working to such a old spec
Thanks in advance
There is no real industry standard, although MS IE5.5 and above are the most used browsers. I would say though that Nescape 4.x is not really designed for any more. It's use is very very very limited!
It's about your audience - who are your users? If they are average Jane and Joe web users, then IE5.5 and above and Mozilla/Firefox are fine IMHO.
If the site just needs to work on NN4 (it degrades gracefully as they say) then you are in better shape. You can serve a basic css file with <link> that all browsers (including NN4) will use and then bring in more sophisticated styling with an @import statement. Netscape 4 does not support @import so only the other browsers will apply those styles.
Some websites use @import exclusively and serve completely unstyled content to Netscape 4 - making sure the page is still functional, even if ugly.
So i can do the basic ctyle and mainly use the @import and that will help matters then?