您的位置:首页 > Web前端 > CSS

解决chorme最小显示12px字体的样式

2011-02-22 18:45 211 查看
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
html{-webkit-text-size-adjust:none}
div { font-size:12px; font-family:Arial, Helvetica, sans-serif;}
p { font-size:11px; font-family:Arial, Helvetica, sans-serif;}
</style>
</head>

<body>
<div>Then he drives 14 miles in an 11-year-old Ford Explorer to a sparsely furnished tract house that he rents for $900 a month on a dead-end street in McFarland, a smaller town. Just across the backyard is a shed that a neighbor uses to make cartridges for shooting the prairie dogs that infest the adjacent fields. </div>
<p>Then he drives 14 miles in an 11-year-old Ford Explorer to a sparsely furnished tract house that he rents for $900 a month on a dead-end street in McFarland, a smaller town. Just across the backyard is a shed that a neighbor uses to make cartridges for shooting the prairie dogs that infest the adjacent fields. </p>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: