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??