0
サファリブラウザで直線勾配の背景のプロパティが機能しません。-webbkit-接頭辞も使用しましたが、結果はありませんでした。どうしましたか?サファリの線形勾配が機能しない
HTML::
<header>
<div class="container">
<div class="logo">
<img src="images/logo.png" alt=""/>
</div>
</div>
</header>
CSS:
.container{max-width:1550px;margin:0 auto;border:1px solid red;}
.clear{clear:both;}
header{width:100%;float:left;position:relative;background:linear-gradient(to right, #e9eae2 0%,#e9eae2 59%,#7acec3 59%,#7acec3 100%);background:-webkit-linear-gradient(to right,#e9eae2 0%,#e9eae2 59%,#e9eae2 59%,#e9eae2 100%);}
.logo{float:left;}