Hi guys we have a google map v3 which loads in markers when dragged via ajax – I’m all ok with that – I’m just wondering how to add a loading bar on my map – I’m already using
container.style.filter = "alpha(opacity=60);";
container.style.opacity = 0.6;
and something else to stop dragging.
What’s the best way to do that – if poss I would like to use some html and not an image.
Thanks
Richard
1 Answer