|
Posted by Michael Laplante on 05/07/06 03:41
I've replaced a page title -- formerly a graphic to maintain text size --
with actual text. However, I don't want this title to re-size dramatically
should a user change the font size in their browser. A little is okay, a lot
no.
#Opagetitle
{position:absolute;z-index:6;visibility:visible;text-align:left;left:210px;top:175px;width:438px;height:24px;font-family:
sans-serif;font-size: 18px;font-style: normal;font-weight:bold;color:
#000080;}
The above is in my stylesheet. In FF though, changing the font size via ctrl
key causes pagetitle to change size dramatically. In IE, there is no change
in text size -- it seems to respect the fixed pixel size where FF won't.
What to do?
M
Navigation:
[Reply to this message]
|