jQueryスライダーの丸みを帯びた角はFirefoxでのみ機能します。
Firefox 17.0.1で正しくレンダリングされます(下の画像を参照)
Safariバージョン6.0.2(8536.26.17)で正しくレンダリングされない(下の画像を参照)
Chromeバージョン23.0.1271.101で正しくレンダリングされない(下の画像を参照)
jsfiddleビルドは次のとおりです。http://jsfiddle.net/plasticmonument/TCVH5/1/ (注:スライダー画像にフルパスのURLのみを指定したため、他のすべてが欠落します)
私のHTML:
enter code here
私のCSS:
.hero-wrapper {
position: relative;
z-index: 2;
float: left;
width: 100%;
height: 429px;
border-radius: 10px;
border-top-left-radius: 0;
-webkit-border-radius: 10px;
-webkit-border-top-left-radius: 0;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius: 10px;
-moz-border-top-left-radius: 0;
-o-border-radius: 10px;
-o-border-top-left-radius: 0;
-ms-border-radius: 10px;
-ms-border-top-left-radius: 0;
overflow: hidden
}
#feature-slider ul.slider {
position: absolute;
top: 0;
left: 0;
width: 900000px
}