View Single Post
Old 08-26-2009, 09:43 PM  
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
People saying we need to see the page to do it. Or that they'll do it for "cheap"?

Yikes.

.thisisyourcontainerdiv { position: relative; z-index: 1; }
.thisistheimageclass { position: absolute; top: 0; left: 0; z-index: 2; }

<div class="thisisyourcontainerdiv">
This is text
<img src="thisistheimage.jpg" class="thisistheimageclass" />
</div>

Something like that should work.
__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote