> In firefox, opera and Chrome it works well, but with IE7 and ie8, some > time it doen't initialize correctly, with some parts of the images in > gray. > You can check it out it at:http://alguera.com/inmuebles --> "Alquiler or > Ventas" --> > "+información"
There are javascript errors on that page to do with elephant.js Your map is an iframe such as http://alguera.com/_internal/gmaps/gmaps.html?address=Napols,%20149%2008013%20Barcelona, but your src= parameter for the iframe URL includes unencoded spaces, which probably isn't good. You're not using the recommended doctype. The parent page has HTML problems http://validator.w3.org/check?uri=http%3A%2F%2Falguera.com%2Finmuebles%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 I can't reproduce your error, so I don't know what's relevant here. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
