使用Jquery Corner圆角插件后,css border IE下显示效果无效了,FF正常
用户信息
- 用户信息
- 修改密码
.Menubox{ width:95%; border:#000000 solid 3px; background:#000000; margin:10px auto; overflow:hidden}
.Titlebar{ width:100%; height:24px; line-height:24px; color:#FFFFFF;font-size:12px; font-weight:bold; display:block;text-indent: 4px;}
.Titlebar img{ margin:2px 5px 2px 5px; display:block; float:left}
.Contbox{ width:100%; background-color:#FFFFFF;font-size:12px; display:block}
.Contbox ul{ list-style-type:none; padding:0; margin:0 auto}
.Contbox ul li{
cursor:pointer;
width:100%;
height:24px;
border-bottom:#666666 solid 1px;
line-height:24px;
text-indent: 4px;
}
回复讨论(解决方案)
楼主的是ie6吗?可能是版本比较低的问题,而且漏洞比较多,ie7应该就没有问题了
IE6 IE7 IE8 都是这样。
css
b.rtop, b.rbot { display:block; background-color:#EEE;}b.rtop b, b.rbot b { overflow:hidden; height:1px; display:block; background-color:#FFF;}b.r1 { margin:0px 5px;}b.r2 { margin:0px 3px;}b.r3 { margin:0px 2px;}b.rtop b.r4, b.rbottom b.r4 { margin: 0px 1px; height: 2px;}
用
楼主看看这个圆角
border也是不见了。不知什么回事哟。。
JQ的插件就不能用啦?
楼主。你的问题解决了?我现在也遇到这种情况,神马啊。都不知道是啥回事
看看问题
我也是啊 遇到同样的问题 在FF下正常 在IE内核的浏览器下连边框都显示不了。 很是郁闷啊!