>         <script src="http://maps.google.com/maps?
> file=api&amp;v=2&amp;key=abcdefg&sensor=true_or_false"

This won't work when you put it on a webserver
   
http://code.google.com/apis/maps/documentation/introduction.html#Loading_the_Maps_API
Try to be consistent with using & and &amp;

> When I move the mouse on the map – I am viewing LatLng. If I quickly
> move the mouse on the map, the LatLng must be changed instantly. In
> all browsers everything is ok, except IE8. In IE8 there are problems
> with the speed update LatLng. Why? Can I avoid this problem?

If it works okay in IE7, you instruct IE8 to behave like IE7 by
including a meta tag in your page
    
http://groups.google.com/group/google-maps-api/search?group=google-maps-api&q=ie8+meta

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to