colfaxrev
04-21-2006, 12:01 AM
trying to get text to be a fixed size on all browsers
this is my CSS code
p.menu
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
position:absolute;
top:157px;
left:20px;
margin:0px;
}
works for IE, but FF still allows you to resize the text
this is my CSS code
p.menu
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
position:absolute;
top:157px;
left:20px;
margin:0px;
}
works for IE, but FF still allows you to resize the text