Fixing div with absolute positioning being placed under image

SeMPo

New Member
I have an image and also a small container that I want to be placed on the container, but it sets this ".innerimage" below the image.Here is the JSFiddle: http://jsfiddle.net/LCBradley3k/wwRhB/1/Do not suggest using top: xx; because in my actual project I have many divs with the same class and I can't use top or it will screw it up.\[code\]<div id="page"> <div class="image"> <img src="http://upload.wikimedia.org/wikipedia/commons/8/85/Black_300.jpg"> <div class="innerimage"></div> </div></div>\[/code\]
 
Back
Top