|
try something like this. im nto sure if it would work, but its worth a shot.
<img src="image.png" style="position: absolute; top: 0px; left: 0px; z-index: -1;" border="0">
try messing with the z-index property. you may need to set the z-index of "body" to be -2, and the z-index of the image to -1.
I worked on a page with a nav that dropped down from behind the page header/top bar. I had to set the z-index of the body and the table about it to diff numbers. so just mess with z-index and you will get it eventually.
hope this helps! :-)
|