Having problems getting certain background images to display in Firefox / Opera, all other browsers play the ball (except, obviously, IE, for which I had to compromise).
Opera does not currently allow multiple background images:
background-image: url('/images/h2_default_bg.png'), url('/images/dashed_bg_default.gif'); background-repeat: no-repeat, repeat-x; background-position: top left, bottom left;
Also, both Firefox and Opera are awkward when the background image is in pixels:
background: url('/assets/images/dashed_bg.gif') bottom 2px repeat-x;
Are there any simple workarounds for any of these issues?
css firefox opera css3
JFK1980
source share