Quote:
Originally Posted by Littlebit
I just installed and I think it's neat, thank you so much for sharing with all of us! :bunny:
Is there a way to have the maps only zoom if it's clicked instead of hovered over?
|
You need to change onmouseover() events to onclick() events. That is, change occurrences of:
Code:
onmouseover="wmpsu('wmp_members', 1080, 539)"
to:
Code:
onclick="wmpsu('wmp_members', 1080, 539)"