Image-map/Onmouseover html code not working on homepage
-
Hi, I created an image map that has the ability to display different images when you hover on a selected area of an image (created at https://www.image-maps.com/) – I then pasted the HTML code into one of the “sections” in Onetone and the hover functionality doesn’t work, however if I paste it into a standard page on wordpress it works fine. I have pasted the code below, if anyone has any ideas of a conflict or whatever that could be causing the code not to work I’d love some help.
CODE:
<img id=”Image-Maps-Com-image-maps-2016-03-22-071800″ src=”https://mediasavvycic.co.uk/wp-content/uploads/2016/03/aboutuswebpage2c.png” border=”0″ width=”1140″ height=”1128″ orgWidth=”1140″ orgHeight=”1128″ usemap=”#image-maps-2016-03-22-071800″ alt=”” />
<map name=”image-maps-2016-03-22-071800″ id=”ImageMapsCom-image-maps-2016-03-22-071800″>
<area alt=”” title=”” href=”https://mediasavvycic.co.uk/commercial/” shape=”rect” coords=”790,698,1132,748″ style=”outline:none;” target=”_self” onmouseover=”if(document.images) document.getElementById(‘Image-Maps-Com-image-maps-2016-03-22-071800’).src= ‘https://mediasavvycic.co.uk/wp-content/uploads/2016/03/aboutuswebpage2ccommercial.png’;” onmouseout=”if(document.images) document.getElementById(‘Image-Maps-Com-image-maps-2016-03-22-071800’).src= ‘https://mediasavvycic.co.uk/wp-content/uploads/2016/03/aboutuswebpage2c.png’;” />
<area alt=”” title=”” href=”https://mediasavvycic.co.uk/community/” shape=”rect” coords=”8,700,350,750″ style=”outline:none;” target=”_self” onmouseover=”if(document.images) document.getElementById(‘Image-Maps-Com-image-maps-2016-03-22-071800’).src= ‘https://mediasavvycic.co.uk/wp-content/uploads/2016/03/aboutuswebpage2ccommunity.png’;” onmouseout=”if(document.images) document.getElementById(‘Image-Maps-Com-image-maps-2016-03-22-071800’).src= ‘https://mediasavvycic.co.uk/wp-content/uploads/2016/03/aboutuswebpage2c.png’;” />
<area shape=”rect” coords=”1138,1126,1140,1128″ alt=”Image Map” style=”outline:none;” title=”Image Map” href=”https://www.image-maps.com/index.php?aff=mapped_users_0″ />
</map>Link to the site:
https://mediasavvycic.co.uk/
(see the “About” section)Thanks
Haythem
- The topic ‘Image-map/Onmouseover html code not working on homepage’ is closed to new replies.