Encountering difficulties with certain background images not showing in Firefox and Opera, while all other browsers are working as expected (except IE, which always presents its own challenges).
As of now, Opera is refusing to accept multiple background images like this:
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;
In addition, both Firefox and Opera seem to be causing issues when positioning a background image using pixels:
background: url('/assets/images/dashed_bg.gif') bottom 2px repeat-x;
Any simple solutions or workarounds for these problems?