CMS Development

jonlcrow
Member

Usemap on image

I am trying to have an image have a usemap that pop up a modal window when mouseover.

 

The code I currently have is:

 

<img src="./Timeline.png" alt="" width="2804" height="538" usemap="#Map"/>
<map name="Map">
  <area shape="circle" coords="469,360,26" href="#" alt="Date Launched" title="Year product Launched">
</map>

But this isn't working. Any thoughts?

 

Thanks,

Jonathan

0 Upvotes
2 Replies 2
stefen
Key Advisor | Partner
Key Advisor | Partner

Usemap on image

How are you activating the popup modal?

Stefen Phelps, Community Champion, Kelp Web Developer
0 Upvotes
jonlcrow
Member

Usemap on image

Sorry, when I said popup modal - I was completely wrong Smiley Frustrated.

 

What I meant was that it activated a tooltip. I have this code working in a basic html page, just when it is transfered over to HubSpot it is not.

0 Upvotes