On Sep 28, 9:46 am, Dom <[email protected]> wrote:
> The problem can also be solved on IE8 by deleting the first line on my
> html page :
This is not a good idea because in this case *all* browsers would use
quirks mode to render the page.
The result is that IE supports even lesser standards than in standards
compliant mode and you can run into serious display problems with some
javascript and css.
Why don't you use the recommended meta tag?
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---