Cryssie
Ebonclad Enigma
Say I have a div. It's a block-level element, so it puts itself on a new line. I don't want it to do that. So I try using a span tag instead, or adding display:inline, but then the background image doesn't show.
How do I get it to appear both inline and with the background image?
In case it's relevant, this div is of a fixed size and contains two other absolutely-positioned divs also of a fixed fize and with background images (but they're behaving).
How do I get it to appear both inline and with the background image?
In case it's relevant, this div is of a fixed size and contains two other absolutely-positioned divs also of a fixed fize and with background images (but they're behaving).