From: Darrel <da...@ii...> - 2002-10-11 19:27:51
|
Hi Bob, If you check out the W3C docs [1] on the subject they suggest to use the "em" and "ex" units for relative sizing. http://www.w3.org/TR/REC-CSS2/fonts.html I'm very new here, so I don't expect my vote to count for much, but I would recommend using relative font sizing instead of fixed. More and more people are starting to use non-PC devices to browse the web, TV's, PDAs, WebPads. Darrel Miller > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On > Behalf Of Bob T > Sent: October 9, 2002 1:22 PM > To: php...@li... > Subject: [Phpwebsite-developers] Relative vs Fixed font size > > > Around about the topic of style sheets... > > Most sites use fixed font sizes in style sheets. This > over-rules the users ability to change the display size of > the font, to make reading easier (for us old guys)... > > I just started learning about css and discovered to my > delight that it does not have to be this way!! > > You can use: font-size:120% , font-size:90%, font-size:200% etc... > > You get control over relative size and leave the user with > the ability to determine what size, for them, should be > considered "normal" > > I hope that theme creators will use relative instead of fixed > sizes for fonts. > > Bob T > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |