I concur with Ant. ![](http://forums.murc.ws/ubb/smile.gif)
If you want Netscape 4.x compatibility AND IE 4.x, 5.x compatibility, life will be hard.
Netscape 4.x's style sheet engine is horrendous unlike Netscape 6's Gecko engine which is significantly better. So, I would advise Zyn to use Netscape 6 if he is not willing to go get IE 5.5. Warning though, Netscape 6 can be slow or buggy depending on your setup.
At {ts '2000-12-04 09:05:00'} EST, the site looks ok on a nVidia TNT2 running at 1280x1024x32bitcolor @ 120dpi using IE 5.5 on Win2K Pro (sorry, no choice, I am @ work). I have looked at setimurc.css, and the only thing I would recommend is not use logical/virtual values for font-size (e.g. x-small). Netscape and IE have very very different interpretations of x-small. You should go for sizes in pt which is very close to an invariant (but not always). Avoid using the px metric for font size.
But like Ant said, that means that visitors to your site will not have the choice to tweak/override the font size if you set sizes in pt, px, or some numerical metric.
Good luck!
------------------
JamesA: Just a Dumbass MURCer
{Correction: If you specify font-size in absolute metrics such as cm, in, et al, it will be sort of invariant (if the browser was implemented correctly.
Read this:
<a href="http://www.blooberry.com/indexdot/css/syntax/units/units.htm" target="_blank">http://www.blooberry.com/indexdot/css/syntax/units/units.htm</a> for more info.}
[This message has been edited by JamesA (edited 04 December 2000).]
![](http://forums.murc.ws/ubb/smile.gif)
If you want Netscape 4.x compatibility AND IE 4.x, 5.x compatibility, life will be hard.
Netscape 4.x's style sheet engine is horrendous unlike Netscape 6's Gecko engine which is significantly better. So, I would advise Zyn to use Netscape 6 if he is not willing to go get IE 5.5. Warning though, Netscape 6 can be slow or buggy depending on your setup.
At {ts '2000-12-04 09:05:00'} EST, the site looks ok on a nVidia TNT2 running at 1280x1024x32bitcolor @ 120dpi using IE 5.5 on Win2K Pro (sorry, no choice, I am @ work). I have looked at setimurc.css, and the only thing I would recommend is not use logical/virtual values for font-size (e.g. x-small). Netscape and IE have very very different interpretations of x-small. You should go for sizes in pt which is very close to an invariant (but not always). Avoid using the px metric for font size.
But like Ant said, that means that visitors to your site will not have the choice to tweak/override the font size if you set sizes in pt, px, or some numerical metric.
Good luck!
------------------
JamesA: Just a Dumbass MURCer
{Correction: If you specify font-size in absolute metrics such as cm, in, et al, it will be sort of invariant (if the browser was implemented correctly.
![](http://forums.murc.ws/ubb/wink.gif)
<a href="http://www.blooberry.com/indexdot/css/syntax/units/units.htm" target="_blank">http://www.blooberry.com/indexdot/css/syntax/units/units.htm</a> for more info.}
[This message has been edited by JamesA (edited 04 December 2000).]
Comment