is font/text sizing in % more accessible and manag

2019-08-28 12:36发布

1条回答
成全新的幸福
2楼-- · 2019-08-28 13:09

The only differences between % and 100 * em (for setting font size) is that there are a few browser bugs relating to the use of em units (which can be worked around with an explicit body { font-size: 100%; } and then using em units thereafter.)

The kyleschaeffer article is, frankly, rubbish. It leaves out half the facts.

The maxdesign is decent, but shows its age. It was written in '03, and the bugs it talks about are in Opera 6 and Netscape 4 — both of which are obsolete.

查看更多
登录 后发表回答