Chrome and imagemaps

Status
Not open for further replies.

maffs

Small Member
Sep 11, 2007
214
5
0
South Wales
Has anyone had any problems with Chrome not rendering images with links properly.

My landing page images take me to my offer properly in FF and IE but not Chrome. There's no hyperlink there at all.

Here's most of the code for the page. Not complicated is it?

Code:
<body>
<img src="/lpb1.jpg" alt="Offer LP" width="1024" height="768" border="0" usemap="#Map" />
<map name="Map" id="Map">
  <area shape="rect" coords="424,582,674,665" href="/mainpage/bonus.php" alt="Join Now Button" />
  <area shape="rect" coords="172,4,527,254" href="/mainpage/bonus.php" alt="Hero Shot" />
  <area shape="rect" coords="611,95,848,152" href="/mainpage/bonus.php" alt="Logo" />
</map>
prosper202 code here
</body>
Any thoughts anyone?

Cheers
 


Is it the same in Safari? as they are both based on 'webkit'.
It might make it easier googling for safari image map problems.
Also its difficult to debug as all your images are relative links. Stick absolute links in there so we can see the page as it should be seen.
 
OK I recreated the page form scratch.

Works fine now. Must have messed up the first time.

Thanks for the reply Pickled.
 
Status
Not open for further replies.