When I use [font-style="verdana, helvetica, arial"] everything looks great in IE but not in Netscape. Any suggestions on what font I should be using to make the text readable in Netscape?
You didn't tell exactly what's wrong.
"everything looks great in IE but not in Netscape" - this is not an explanation.
One known problem is that font sizes are not the same (they appear smaller in N4) on *some* values.
The solution can be or changing font size to the value that will look the same, or attach alternate stylesheet for N4.
One suggestion to make your CSS more compact:
.paragraph
{ font: bold 9pt verdana, helvetica, arial;
color: #000000;
}
This works excellent in all browsers. Just note to keep the same order of properties as I did.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.