Thread: FF text size
View Single Post
Old 03-14-2008, 10:58 PM   #5 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default

Normally, you use EM or PT for font sizes. To make them not scroll, use PX.

If you want to code everything well, you want to make everything work at any size. All of my sites work on both super small screens and super large screens. Most of the time using a % is the best way to go, unless if you want a specific value, such as the width of an image.

And while you are at it, try not to use div's at all. Scary thought, huh?
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote