Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/33.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css IE中字体更大-FF中字体更细_Css_Internet Explorer - Fatal编程技术网

Css IE中字体更大-FF中字体更细

Css IE中字体更大-FF中字体更细,css,internet-explorer,Css,Internet Explorer,在这个页面上:在IE中,字体要大得多,并且正在剪切页面。我有一个简单的建议: <!--[if IE 7]> <style type="text/css" media="all">.borderitem { border-style:solid; } p.trip-includes-text,ul li{ font-size:10px; } p.about-text{ font-size:11px; } </style> <![endif]-->

在这个页面上:在IE中,字体要大得多,并且正在剪切页面。我有一个简单的建议:

<!--[if IE 7]>
<style type="text/css" media="all">.borderitem {
border-style:solid;
}
p.trip-includes-text,ul li{
font-size:10px;
}
p.about-text{
font-size:11px;
}
</style>
<![endif]-->


如果我想改变字体,但我不能让它改变。除了左下角的includes框,它也被剪切掉。

IE更改的文本不是字体,而是框的大小。我以前就有过这种情况,把盒子变大(加上边距或填充物)可以让它正常工作。

我也发现这种情况,IE中的字体通常更大。与其他IE相关的浪费时间一样,有一点小小的安慰,“至少不只是我”。但是字体看起来比FF中的字体大得多,怎么不是字体呢?如果是这样,那就奇怪了,哈哈。嗯,好吧,你用的是哪个版本的IE?我比较了FF和IE7,我觉得字体大小相同,但我确实看到文本超出了框,因此我想到了我遇到的问题。