css - How to apply a webkit linear gradient to all the other prefixes? -


i have created following linear gradient webkit background-image: -webkit-repating-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 62px, black 62px, black 63px); im unsure how create same style in opera, mozilla etc. can advise how can achieved?

background: -moz-linear-gradient(top, rgba(0,0,0,1) 62px, rgba(0,0,0,1) 63px); /* ff3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(62px,rgba(0,0,0,1)), color-stop(63px,rgba(0,0,0,1))); /* chrome,safari4+ */ background: -webkit-linear-gradient(top, rgba(0,0,0,1) 62px,rgba(0,0,0,1) 63px); /* chrome10+,safari5.1+ */ background: -o-linear-gradient(top, rgba(0,0,0,1) 62px,rgba(0,0,0,1) 63px); /* opera 11.10+ */ background: -ms-linear-gradient(top, rgba(0,0,0,1) 62px,rgba(0,0,0,1) 63px); /* ie10+ */ background: linear-gradient(to bottom, rgba(0,0,0,1) 62px,rgba(0,0,0,1) 63px); /* w3c */ filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#000000', endcolorstr='#000000',gradienttype=0 ); /* ie6-9 */ 

Comments

Popular posts from this blog

HTTP/1.0 407 Proxy Authentication Required PHP -

curl - PHP fsockopen help required -

c# - Resource not found error -