AnunnakiSpirit
18 Jan 2006, 01:40 PM
Hello, I have a bit of a problem trying to work something out. I have an image with a map on it, what i'm trying to achieve is a div appears exactly where someone clicks the map.
<area name="whatever" onClick="javascript:document.all.whatever.class.display='block'">
<div id="whatever" style="display:none;">
<h2>HI</h2>
</div>
I'm using something similar to the above, but nothing happens on the click.
<area name="whatever" onClick="javascript:document.all.whatever.class.display='block'">
<div id="whatever" style="display:none;">
<h2>HI</h2>
</div>
I'm using something similar to the above, but nothing happens on the click.