I need three images stacked (layered). I have a div with a background image (image one) then an image inside of it (image two) lined up on top of image one, but how to get a third one to sit on top of that one. I was thinking I would need to use absolute positioning but I have never used absolute positioning!
Well, I guess there's a first time for everything. Better if you use relative positioning, though. But it will depend on the project. Go to http://www.w3schools.com/css/css_positioning.asp While you're there look for a property called z-index.
yeah, I was trying to play around with z-index and relative positioning (got it to work in FF but not IE7)
Probably IE7 will want different values. Both browsers understand widths and heights differently. You will have to use conditional formatting to give IE7 a different set of styles.