【发布时间】:2011-01-18 16:49:52
【问题描述】:
css font-size
我该怎么办?
我的 Google Chrome 浏览器使用默认设置。我的版本是 4.0.249.89。 我使用的是 Windows XP。
您可以将以下代码粘贴到您的 Google Chrome 中进行测试:
<html>
<body>
<p style="font-size:6px;">test 6px</p>
<p style="font-size:7px;">test 7px</p>
<p style="font-size:8px;">test 8px</p>
<p style="font-size:9px;">test 9px</p>
<p style="font-size:10px;">test 10px</p>
<p style="font-size:11px;">test 11px</p>
<p style="font-size:12px;">test 12px</p>
<p style="font-size:13px;">test 13px</p>
<p style="font-size:14px;">test 14px</p>
<p style="font-size:15px;">test 15px</p>
<p style="font-size:16px;">test 16px</p>
</body>
</html>
来自不同浏览器的结果:
【问题讨论】:
-
你有我们可以看的例子吗?它没有理由不工作!
-
我刚刚添加了一段示例代码。
-
为我工作没有问题。
-
我添加了4个浏览器的screencap。
-
好吧,我添加了我的 chrome 的屏幕截图,你看它有效!
标签: css google-chrome