Internet Explorer中的HR样式

时间:2014-12-12 21:58:18

标签: css

说到CSS,我是新手。有一个小问题 - 以下代码在Firefox和Chrome中看起来很棒,但在IE中却没有那么多(大惊喜!)。图像基本上隐藏在双线hr后面。有什么我应该尝试不同的方式吗?

hr.style-eight {
padding: 0;
width: 100%;
border: none;
border-top: medium double #333;
color: #333;
text-align: center;
}

hr.style-eight:after {
content:url("/web_images/wheat_icon.png");  
display: inline-block;
position: relative; 
top: -1.25em;  
padding: 0 0.25em;
background: white;
}

感谢您的帮助!

0 个答案:

没有答案