2012-10-29 84 views
0

This page here对h3事件地址使用虚线边框,但在IE9中它也显示在上方。IE9中的文字阴影和边框

这里的CSS:

#middle h3, #middle h4 { 
border-bottom:1px dashed #CCC; 
padding-bottom:12px; 
} 

另外,文字阴影没有在IE工作在所有当菜单项徘徊,一个灰色的边框,左侧出现,不知道他们怎么可能得到解决。任何想法都会很棒。

回答

0

您关闭<h4>标签的DIV关闭

<div class="event-date"><h4><img src="/images/date.png" alt="event date" /> On 31 October 2012</div> </h4>

</h4></div>

+0

对于IE浏览器,你需要做一个“黑客”的文字阴影工作岗位。这里有一个教程,你可以如何实现该http://heygrady.com/blog/2011/03/10/css-text-shadows-in-internet-explorer/ – Caelea