Mobile app version of vmapp.org
Login or Join
Angie530

: Image map does not work on Opera and Mozilla browsers (only Google Chrome) I have created a WordPress blog and inserted an image with map and some links inside, but I can't open any link

@Angie530

Posted in: #Html #Images #Map

I have created a WordPress blog and inserted an image with map and some links inside, but I can't open any link by pressing on the page using any browser except Google Chrome.

This is the code:

<img class="aligncenter" alt="" src="http://pretesti.ge/wp-content/uploads/2013/09/Untitled-2-copy.png" usemap="imgmap2013948720" align="center" />
<p style="text-align: center;">
<map id="imgmap2013948720" name="imgmap2013948720">
<area title="" alt="" coords="5,4,167,167" shape="rect" href="http://pretesti.ge/?page_id=14" target="_blank" />
<area title="" alt="" coords="174,6,336,165" shape="rect" href="http://pretesti.ge/?page_id=16" target="_blank" />
<area title="" alt="" coords="345,5,506,167" shape="rect" href="http://pretesti.ge/?page_id=18" target="_blank" />
<area title="" alt="" coords="514,5,678,169" shape="rect" href="http://pretesti.ge/?page_id=20" target="_blank" />
<!-- Created by Online Image Map Editor (http://www.maschek.hu/imagemap/index) -->
</map>
</p>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angie530

1 Comments

Sorted by latest first Latest Oldest Best

 

@Alves908

You are missing a hash (#) symbol at the start of the usemap attribute:

usemap="#imgmap2013948720"


(No need to enclose the map element in a p. The map element itself is non-visual.)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme