Is there a way...

I am using a style sheet that sets the font size of my text at 9pt. Is there
a way to keep Netscape from affecting the font size I've set if the user
trys to increase the browsers font size? I am using ccs. Is there a special
way to code for Netscape? There are certain areas where I don't want the
font to increase... IE seems to be okay with it.

Here's a snippet of the style sheet...

.font_style
{
	font-size: 9pt;
	font-weight: bold;
	font-family: arial;
}


Thank you!

Received on Thursday, 5 April 2001 13:03:27 UTC