我正在使用pie css为元素添加边框半径。但它不在我主导航中的锚标签上工作。除了锚标签,它在所有元素上工作。 这是css -
nav.first li a{
position:relative;
color:#681001;
display:block;
margin-left:5px;
-moz-border-radius:8px 8px 0px 0px;
-webkit-border-radius:8px 8px 0px 0px;
border-radius:8px 8px 0px 0px;
border:1px solid #cb0000;
background:#fedf80;
behavior:url(PIE-1.0.0/PIE.htc)
}
我还使用了jquery.corner.js提供边框半径但删除了边框。
请帮助
答案 0 :(得分:0)
你必须为主要样式表中的IE特定样式表添加postion:relative ...
如果您有任何疑问,请浏览以下网址... http://css3pie.com/documentation/known-issues/