刚回答了一个同样的类似问题,圆角用1楼的方法,那个只针对ie9+ 以及-webkit内核浏览器,对于ie9-使用 PIE.htc 插件,楼主这张图包含圆角 + 阴影 ,PIE.htc 这个插件都能解决这两个问题。
CSS3的圆角Border-radius
http://www.w3cplus.com/css3/border-radius
border-top-left-radius: <length> <length> //左上角
border-top-right-radius: <length> <length> //右上角
border-bottom-right-radius:<length> <length> //右下角
border-bottom-left-radius:<length> <length> //左下角