0
可能重複:
Can you do CSS rounded corners in IE without using images?CSS圓角
我怎樣才能在CSS圓角與IE瀏覽器?我現在有這個權利......
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
這已經被問到死亡,嘗試搜索。 – BoltClock 2011-05-19 22:13:06
什麼版本的ie?我相信9有,8不。 – ansiart 2011-05-19 22:13:21
http://css3pie.com/ – 2011-05-19 22:15:17