
html5 + css3 - 圆角
.corner{
border: 1px solid #ccc;
height:30px;
-webkit-border-radius:4px; //chrome,safari
-moz-border-radius:4px; //mozilla
border-radius:4px; //standard
}
重要的是不支持圆角的浏览器会显示方形,也不会太影响美观。越来越爱 chrome 了! 万恶的IE啊,虽然说 MS 宣布 IE9 将支持 HTML5,CSS3,但是因为操作系统的原因,很大一部分用户仍然用着 IE6 或者 IE7。