seanmcconkey 0 Report post Posted June 19, 2011 Is it possible to have an image hover on top of your site. Like a background image but in front of everything instead? Share this post Link to post Share on other sites
kastelic 6 Report post Posted June 20, 2011 Yes, just give it position:absolute in your CSS. http://www.w3schools.com/Css/pr_class_position.asp Share this post Link to post Share on other sites
seanmcconkey 0 Report post Posted June 21, 2011 Where do I put the html? If I put it in the header script, the image shows above the site and I have to scroll down to see the site? Definitely not hovering. Share this post Link to post Share on other sites
timlinson 3 Report post Posted June 21, 2011 I guess I just don't get what you're trying to do. If it's hovering in front, that's going to cover up the site's content. Am I misunderstanding something? Share this post Link to post Share on other sites