A search shows this one has puzzled seasoned web developers.
I thought I'd float some box images with transparent centers over my map to show where the hot spots are. Visually it looked like it would work but the floating image masked the clickable hot spot - D'oh!
This is my solution so far - very ugly both as code and on the renderd page:
Code:
<div id="box1" onmouseover='document.getElementById("box1").style.visibility
Leave a comment: