user729606
user729606

Reputation: 33

Font-Size Inconsistencies in all browsers

Does anyone know why my font-size is smaller in Firefox and so big in other browsers that it messes up all my div's?

Live site:

http://daveywhitney.com/build/cp/

css

width: 246px;

font-size: 12px;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 10px;

Upvotes: 1

Views: 605

Answers (1)

djdy
djdy

Reputation: 6919

Have you considered using em or % instead of px for font sizes?

Here's more: http://kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/

Upvotes: 2

Related Questions