2010-08-24 92 views

回答

0

http://blog.songbirdnest.com/2008/03/14/moz-border-radius-clips-background-images-now-yay/

最新的瀏覽器可以剪輯的背景圖像,NIVO使用,邊框圓角。

-moz-border-radius: 8px; /* FF1+ */ 
-webkit-border-radius: 8px; /* Saf3-4 */ 
border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */ 

不幸的是,≤IE8的用戶將毫無用處。

最好的解決方案是簡單地將這些圖像轉換爲PNG並使用透明背景,或者確保背景與HTML顏色匹配(這就是這些角落的問題)。