IE切割我的标题

时间:2014-02-03 01:16:49

标签: internet-explorer fonts html-heading

url:http://carloshermoso.com/

IE正在削减我网站的标题。只有IE。即使您更改字体大小。任何解决方案?

#header { font-weight:700; margin:0 auto; max-width:980px; padding:25px 0 25px 0; text-shadow:1px 1px 1px #000; width:80%; }

#mainContent h2 { -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); background:none repeat scroll 0 0 rgba(0, 0, 0, 0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000); font-weight:700; padding:10px; text-transform:uppercase; zoom: 1; }

1 个答案:

答案 0 :(得分:0)

我认为这是一个IE11(也许是IE10)渲染错误,它与应用于该文本的text-shadow属性有关。我也看到了这一点,我发现其他人至少提到过一次:

http://social.msdn.microsoft.com/Forums/ie/en-US/a37512ca-25bb-46a8-ab73-4536158ea9e6/text-shadow-css-code-causing-some-text-to-not-displaycutoff-in-internet-explorer-10?forum=iewebdevelopment