Diona Kidd wrote:
Thanks to all for the feedback! The browsercam shots were especially useful. I guess I need to use pt instead of px for the fonts? I know that's the theory but it never quite looks right to me
Points and picas have been a traditional unit of measure for typography for millions, and billions, if not trillions of years (perhaps even before the beginning of the universe)-- *except* on the Web. There are many other methods, and combinations of same, to set fonts for the Web. Poke around until you find the one that best suits *your users.* There are many pages on the wiki<http://css-discuss.incutio.com/?page=FontSize> that deal with this problem. As a starting point you might try: body{ font: 100.01%/1.5 sans-serif; } and delete all instances of font-size on all selectors throughout the remainder of your style sheet.
Someone else will be along to answer your CSS questions.
Diona
Good luck. David Laakso -- David Laakso http://www.dlaakso.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
