Hi all,
Attempting to do css for cross platform/browser compatibility. Have an issue
with IE6 sp1 running on NT4.
When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. Rectangular blocks and symbols. Is this unreadable serif font deal a
known bug? Any suggestions appreciated.
Thanks,
Mike
------------------------------------------------------------
example 1
body { font-family: sans-serif; }
example 2
body { font-family: serif; }
Additional info:
On the same computer Netscape 6.2 has no problem dealing with the same style
sheet and serif font.
If you want to take a look, this is a page I found on the web that has the
same problem with IE6 and serif font on my NT machine. Checked out the style
sheet and serif is specified. http://www.acc.umu.se/~sagge/audio/1259/
Attempting to do css for cross platform/browser compatibility. Have an issue
with IE6 sp1 running on NT4.
When using IE6 sp1, example 1 works fine, example 2 produces unreadable
text. Rectangular blocks and symbols. Is this unreadable serif font deal a
known bug? Any suggestions appreciated.
Thanks,
Mike
------------------------------------------------------------
example 1
body { font-family: sans-serif; }
example 2
body { font-family: serif; }
Additional info:
On the same computer Netscape 6.2 has no problem dealing with the same style
sheet and serif font.
If you want to take a look, this is a page I found on the web that has the
same problem with IE6 and serif font on my NT machine. Checked out the style
sheet and serif is specified. http://www.acc.umu.se/~sagge/audio/1259/
Comment