I having a problem with a background image in a <div>, the image is inserted with background-image:url(). Any images or text I add to the <div> are displayed after the background image not on top of. What's up with that?
I having a problem with a background image in a <div>, the image is inserted with background-image:url(). Any images or text I add to the <div> are displayed after the background image not on top of. What's up with that?
It wouldn't do that unless there was a problem somewhere else in your css/html. Post your code or a link to it and we'll check it out.Code:div#id{ background-image:url("./myimage.jpg"); }
--Jas
function GreatMinds(){ return "Think Like Jas"; }
Bookmarks