Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create gradient background with CSS in Firefox < 3.6?

anyone know if is possible to reproduce this effect

background-image: -moz-linear-gradient(top, #666666, #000000);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000000),color-stop(1, #666666));

also on ff < 3.6? im tryin' to generate a gradient background without images!

thanks a lot in advance for any advice.

like image 818
Luke Avatar asked Dec 13 '25 07:12

Luke


1 Answers

Doesn't seem that way: MDC Reference

Introduced in Gecko 1.9.2

(Firefox 3.6 / Fennec 1.0)

Scroll down in the document for info on how to do this on other browsers. Surprisingly, IE can do this since 5.5 (with a proprietary tag, of course).

like image 141
Pekka Avatar answered Dec 14 '25 22:12

Pekka



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!