Hi,
I'm hoping you can help me please.
I'm trying to do a similar/same thing as 'Mariner' in that I want to have my image map throw up lightbox images as pop ups rather than navigate to a new page.
Where would I input the code you have shared below?
Currently, the code I have for my image map is:
<!-- START COPY -->
<p><img src="
www.site.co.uk/images/imagemap.jpg" usemap="#imagemap" width="1000" height="898" alt="click map" border="0" /> <map name="imagemap"> <!-- Region 1 -->
<area shape="circle" coords="227,187,82" href="
www.site.co.uk/images/image.jpg" alt="Detail1" title="Detail1" /> <!-- Region 2 -->
<area shape="circle" coords="328,369,86" href="javascript:void(null);" alt="Title" title="Title" /> <!-- Region 3 -->
<area shape="circle" coords="160,628,82" href="javascript:void(null);" alt="Title" title="Title" /> <!-- Region 4 -->
<area shape="circle" coords="612,219,88" href="javascript:void(null);" alt="Title" title="Title" /> <!-- Region 5 -->
<area shape="circle" coords="848,386,79" href="javascript:void(null);" alt="Title" title="Title" /> <!-- Region 6 -->
<area shape="circle" coords="741,686,81" href="javascript:void(null);" alt="Title" title="Title" />
<area shape="default" alt="" /> </map></p>
<!-- END COPY -->
Should I be replacing the "javascript:void(null);" with your code??
Sorry for the stupid questions - very much the noob here.
Many thanks
Jon