所有浏览器中的字体大小不一致

时间:2011-06-20 17:52:53

标签: html css font-size

有谁知道为什么我的字体大小在Firefox中较小而在其他浏览器中如此之大以至于它会弄乱我所有的div?

直播网站:

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

CSS

width: 246px;

font-size: 12px;

margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 10px;

1 个答案:

答案 0 :(得分:2)

您是否考虑过使用em或%而不是px来表示字体大小?

以下是更多:http://kyleschaeffer.com/best-practices/css-font-size-em-vs-px-vs-pt-vs/