以下是我的部分 html 代码...
html代码:
<div class="fotter" >
Copyright©2012
<span style=" float:right;">
<strong>Privacy Policy</strong>
<strong>Contact Us</strong>
<strong>Edumemn</strong>
</span>
</div>
和
CSS 代码:
.fotter{
padding:10px 0 5px 0;
margin:0 auto; margin-bottom:10px;
background-image:url(../img/fotter.jpg);
background-repeat:repeat-x;
height:30px; width:1037px;
border:0;
outline:0;
float:left; font-family: Verdana, Geneva, sans-serif; font-size:12px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
box-shadow: 0px 1px 2px #000;
-webkit-box-shadow: -1px 0px 2px #000;
-moz-box-shadow: 0px 5px 2px #000;
}
这是我的网站链接..http://nerflek.net/PSD TO HTML/
我的问题是.. 在 Firefox 中,它在页脚部分显示带有阴影的圆形框。但是在 Internet Explorer 8 中它不显示任何阴影或圆角框。
有没有人帮我解决这个问题。
提前致谢 :-)