Hi all,
Need some assistance with this concept: I have a map graphic and it has fixed Rect coordinate ‘hotspots’ on it and the graphic is 650x447 in size. What I would like to do is create 25 Rect hotspots that are random every time rather than fixed. Is it possible?
Here’s my current code:
[php]Print "
<area shape=‘rect’ coords=‘138,410,203,475’href=’?act=search&search=".$Type."’>
[/php]
I would appreciate some help with this. Thanks!
Derek