anymmedrarm
New Member
(You're not seeing double...my question was deleted!)I have a site with a div in the background that is for wallpaper ads. Basically, it's two ads on the left and right side of an image, and that is the div's background. It's fixed so it stays put at the top of the page, and it looks fine.The problem is that I have a header for the page as an include (.asp). I'd like the background div to be click-able for the ads, but it seems the header gets in the way. On IE only the lower have that hangs below the header is click-able, and in Firefox nothing is click-able. Here's what I have for the div:\[code\]<div onclick=document.location.href="http://mySite.com"style="position:fixed;display: block; left:auto; right:auto; z-index: -1; width: 100%; height: 800px;margin-top:-290px;background:url(images/wallpaperAds/Ad1_1230.png) no-repeat scroll center top transparent;"></div>\[/code\]I'd come up with a jsfiddle for this, but I don't know how to mimic an include on that site.