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:
Post a Comment for "Fixing Div With Absolute Positioning Being Placed Under Image"