Image maps not working in IE

I have searched and can not for the life of me figure out why these images with an image map will not work in internet explorer. here is the code. its two images in wordpress in a side bar and ie wont recognize the maps for some reason.

<img src="http://patentnow.org/wp-content/uploads/2013/10/brochure.gif"    href="http://patentnow.org/brochure-landing/" usemap="#planetmap"></img>
<map name="planetmap">
<area shape=default href="http://patentnow.org/brochure-landing/" target=_blank hreflang="en">
</map>

<img src="http://patentnow.org/wp-content/uploads/2013/10/ebook2.gif" href="http://patentnow.org/ebook-download/" usemap="#planet"></img>
<map name="planet">
<area shape=default href="http://patentnow.org/ebook-download/" target=_blank hreflang="en">
</map>

Related posts

Leave a Reply