Transitional HTML 4.01 and XHTML 1.0 are also standards. What I have
done to solve Netscape's poor CSS support problem is to go back to using
mostly HTML tags for page formating. I use CSS for various things, but
the page isn't dependent on it.
As a Mozilla user, and with the 90% in mind, I was tempted to ignore
Netscape's inability to render my page the way I designed it. I had to
slap my self for thinking that way. And since CSS isn't fully supported
on some browsers while HTML 4 usually is, it seems logical to do most of
my formating with HTML. Problem solved.
Compatibility awareness is one of the reasons I like PHP and avoid
JavaScript. I'm sure there are some people here who can relate to that.
>Well, IE at 90% is probably most of the world and not just Mexico. ;)
>
>Only thing you can really do is stick to the w3c standards and if a browser
>doesn't support it ...
>
>Just make sure to have a browser that doesn't support CSS that you can look
>at your pages with. Sure it won't be how you "really" want it to look, but
>you can make sure it doesn't look like crap when CSS don't work
>