Link on banner image is not getting clicked in IE

T3hReaper

New Member
I am having a promotional banner on my site.The HTML structure is something like this \[code\]<a href="http://stackoverflow.com/questions/15597556/#"><img src="http://stackoverflow.com/questions/15597556/#" usemap="abc"></img></a><map name="abc"><area ...></map>\[/code\]Actual code: \[code\]<div id="promotion_banner" Style="position:fixed;right:0pt;top:25%;cursor: pointer;display:none;z-index:101;"> <a href="http://www.abc.com"> <img src="http://stackoverflow.com/questions/15597556/off-open-mar.png" alt="ABC" usemap="#hide_promo"></img> </a> <map name="hide_promo"> <area shape="rect" coords="20,235,42,260" id="hide_promotion" alt="text"> </map> </div>\[/code\]When I click the banner in Chrome or FireFox or Opera or in any other browser except IE it is working fine.But when I try the same thing in IE it is not clicking. On hover it is showing the appropriate URL but the URL is not clickable.
You can access the URL by doing a right click on the banner or by clicking the URL once and then hitting the enter.If anyone knows something please let me know.
 
Back
Top