CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   curious font-size question (http://www.codingforums.com/showthread.php?t=276035)

durangod 10-10-2012 05:05 PM

curious font-size question
 
Im just wondering what what is the overall norm here.

I do see alot of this type format

Code:

font-size:12px;
but it also seems that this is becomming more popular

Code:

font-size:small;

I can see the benefit to both, but also there are times that you need to dial in the font size perfectly and so the px method would work better.

Questions are :

What are they teaching in school now or leaning toward?
Is there an industry standard or w3c preference here?

Thanks

jamaks 10-10-2012 09:41 PM

Hi, I do not know that there is an industry standard as such but for accessibility the font size is best declared as em or & values. Personally I only use a fixed size for headers to gain some cross browser compatiblity and within my menu bar since I wish this area to remain a constant size. Just my personal feeling on the subject but I do not like the font size to small or unchangable. Jim


All times are GMT +1. The time now is 07:36 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.