I have been working on this for days and cannot make it work. Please help.
I'm trying to use an image map on the ninja shadowbox image to allow a pdf download.
I've entered the map id "walkpop" (without the quotes) in the ninja shadowbox module in the space provided.
The link to the actual page is here:
http://www.hesonline.com/index.php?option=com_content&view=article&id=257
The code for the article is here (my coordinates do not match up to the lower part of the image at the moment -- I'm just trying to get it to work anywhere on the image so it should be clickable anywhere in the upper left 400x400px square as you can see from the code, but the map id is not loaded at all):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><link rel="stylesheet" type="text/css" href="/templates/hes/css/marketpage.css">
</head>
<div>
<map name="Walkpop" id="walkpop">
<area shape="rect" coords="0,0,400,400" href="/images/products/order_forms/walktober.pdf" alt="Download Order Form" border="0" style="border:none; outline:none;" />
</map></div>
<div class="walkincentivespop" style="width: 236px; float: right;" class="noprintspp" >{loadposition positionSPP1}
<a href="/images/products/online_campaigns/walktober/walk-incentives-big-download.jpg" rel="shadowbox">
</a>
</div>
</html>

Joomla Extension Support