css3圆角的问题
.jh2{
width:830px;
height:200px;
float:left;
border: 2px solid #C0C0C0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url(images/ie-css3.htc);
position:relative;
z-index:2;
background:#eeeeee;
margin-top:10px;
}我使用这段css做出了圆角的效果
但是我点击其他页面 在点击有这个圆角的页面 发现这个圆角跑到左上角去了?请问是什么原因?
------解决方案--------------------
给个网址,自己操练去吧。
http://border-radius.com/