css - Linear gradient not working in Safari and Internet Explorer -
i can below linear-gradient show on chrome , firefox not in safari or internet explorer.
could tell me i'm going wrong?
background: -moz-linear-gradient(left, rgba(5,5,5,0) 48%, rgba(5,5,5,1) 49%, rgba(5,5,5,1) 51%, rgba(5,5,5,0) 52%, rgba(5,5,5,0) 54%); background: -webkit-gradient(linear, left top, right top, color-stop(48%,rgba(5,5,5,0)), color-stop(49%,rgba(5,5,5,1)), color-stop(51%,rgba(5,5,5,1)), color-stop(52%,rgba(5,5,5,0)), color-stop(54%,rgba(5,5,5,0))); background: -webkit-linear-gradient(left, rgba(5,5,5,0) 48%,rgba(5,5,5,1) 49%,rgba(5,5,5,1) 51%,rgba(5,5,5,0) 52%,rgba(5,5,5,0) 54%); background: -o-linear-gradient(left, rgba(5,5,5,0) 48%,rgba(5,5,5,1) 49%,rgba(5,5,5,1) 51%,rgba(5,5,5,0) 52%,rgba(5,5,5,0) 54%); background: -ms-linear-gradient(left, rgba(5,5,5,0) 48%,rgba(5,5,5,1) 49%,rgba(5,5,5,1) 51%,rgba(5,5,5,0) 52%,rgba(5,5,5,0) 54%); background:linear-gradient(to right, rgba(5,5,5,0) 48%,rgba(5,5,5,1) 49%,rgba(5,5,5,1) 51%,rgba(5,5,5,0) 52%,rgba(5,5,5,0) 54%); filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#00050505', endcolorstr='#00050505',gradienttype=1 );
(i'm testing safari on ubuntu using both wine , modern.ie virtualbox, ie on latter)
this amazing tool use of gradients. i've never had problem it! sorry can't figure out exact problem maybe help.
Comments
Post a Comment