N
Norman Swartz
How can I get the following coding to work in Firefox as it does
in IE?
<html>
<head>
<style>
p {color : 0000FF; font-size : 16pt!Important;}
</style>
</head>
<body>
<p>This line of text is blue and 16 points.</p>
</body>
</html>
In IE, when one clicks on the font-size selector icon and chooses
a display size (e.g. "smallest" or "largest"), the on-screen text
remains exactly at 16 points.
But when one does the equivalent in Firefox (e.g. pressing
<ctrl>- or <ctrl>+ ) the on-screen text changes in size.
How can I force Firefox to observe the font-size specification
in the <style>...</style> definition?
in IE?
<html>
<head>
<style>
p {color : 0000FF; font-size : 16pt!Important;}
</style>
</head>
<body>
<p>This line of text is blue and 16 points.</p>
</body>
</html>
In IE, when one clicks on the font-size selector icon and chooses
a display size (e.g. "smallest" or "largest"), the on-screen text
remains exactly at 16 points.
But when one does the equivalent in Firefox (e.g. pressing
<ctrl>- or <ctrl>+ ) the on-screen text changes in size.
How can I force Firefox to observe the font-size specification
in the <style>...</style> definition?