|
Posted by Ben Measures on 09/28/47 11:47
On Fri, 12 May 2006 01:47:41 -0500, Richard Thoms wrote:
> Jim Moe wrote:
>
>> The general rule is: make it smaller on your display, not mine.
>
> I'm sorry, but I don't get the meaning of "make it smaler on your
> display, not mine".
Specify the font size relative to the user's preference, with percentages.
For example:
body {
font-size: 100%;
}
Will set the body text font size to 100% of the user's preference. Make
everything else (headings, footers, etc) relative to that.
Hth,
--
Ben Measures
$email =~ s/is@silly/@/
Navigation:
[Reply to this message]
|