-moz-linear-gradient with PNG baclground over top

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-04-30T06:27:51Z Indexed on 2010/05/01 0:47 UTC
Read the original article Hit count: 359

So Firefox supports gradient Backgrounds. Also supports multiple Background images.. So why does this not work??

background:-moz-linear-gradient(top, #5989bd,#336296), url(Active-Arrow.png) right center no-repeat;

Also tried:

background-color:-moz-linear-gradient(top, #5989bd,#336296);
background:url(Active-Arrow.png) right center no-repeat;    

Can this be done??

© Stack Overflow or respective owner

Related posts about css3

Related posts about moz-linear-gradient