[Google Maps API v3] Re: Animated Custom Map controls

2011-04-15 Thread en4ce
hey esa, thanks for the reply but iam doing what you said, i wrote a short example http://www.youspots.com/tests/JqueryCustomControls.php iam able to pull of an animation on the created div, but thats not what i want, because this div will have more then 1 element inserted via ".innerHTML" ther

[Google Maps API v3] Re: Animated Custom Map controls

2011-04-14 Thread Esa
API just appendChilds your control element to a control layer div when you push it to map.controls. It also positions your control element like {position: absolute; top: 0px; right; 0px; z-index: 10} It repeats the positioning every now and then. I guess that is the positioning that breaks your