Skip to content Skip to sidebar Skip to footer

Fixing Div With Absolute Positioning Being Placed Under Image

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. Do not suggest using top: xx; because in my

Solution 1:

If I well understand your need and if you don't have to support IE7, maybe you could use the display:table and display:table-caption

I updated the JSFiddle with these CSS properties:

http://jsfiddle.net/ZhdMj/1/

Post a Comment for "Fixing Div With Absolute Positioning Being Placed Under Image"