css - Is there a way to get a background-image to render over moz-linear-gradients -
In CSS, you can usually set both a background-image, and background color, and render the image at the top Color of
#someDiv {background-image: url (arrow.png); Background color: blue; }
For this reason #someDiv should have a blue background with up arrow.png.
However, if I want to use Firefox -moz-linear-shield to do a gradient for the background, is there a way to render the image on this gradient?
> Edit:
MDC tells that gradient changes background-image tags. So in that situation, I think a follow-up question is whether it is possible to specify two background images and it is possible to present them one above the other?
In this example on the Mozilla site, there are background gradients below the background images:
Comments
Post a Comment