I want to position text over an inline image by using two layers of divs, is this possible and if so how?
As the regular forum reader might know, I am developing a project using a fluid grid presentation. Since the background-size property is still not implemented, I am attempting to add my banner image as an inline image, with a div above it containing text.
As it stands it does not work as i’d thought it would, the second does not get positioned over the one with the image.