View Single Post
Old November 25th, 2004, 4:21 PM   #2 (permalink)
SmartGuy
Surpass Fan
Excelling Contributor
 
Joined in Jan 2004
Lives in Clinton, Massachusetts
Hosted on Serenity x.x.40.51
994 posts
Gave thanks: 0
Thanked 0 times
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! :-)
SmartGuy is offline   Reply With Quote