I know you can do multiple backgrounds on a single <div>
in CSS3, but is it possible to mix an image-referencing background (i.e. url(...)
) with a gradient generating background (e.g. -moz-linear-gradient(...)
)?
If so, what is the syntax?
If not, what is a best-practice to achieve the same result?
Thanks.