Forum Moderators: not2easy
I'm using 6 circles of varying sizes. from a large circle on the bottom, to a small circle on the top. It kinda looks like a target. But, I only need the visible part of each circle to access the link...
Any help is greatly appreciated...
Thanks,
Charles...
Using a 500px (ish) image of a "RAF roundel" and an "image map" <-- google this or search the forum
like this..
<img src="raf.jpg" width="500" height="500" border="0" usemap="#Map">
<map name="Map">
<area shape="circle" coords="240,254,71" href="#1">
<area shape="circle" coords="242,250,142" href="#2">
<area shape="circle" coords="237,251,212" href="#3">
</map>
Make sure the smallest is the top one. Then the next smallest with the largest last.
Also note I've ignored accessabilty and given you the basics no alt etc.
Seems to work in ie ff opera safari
ps welcome to WebmasterWorld :)