http://ut-real-estate.com
This one has me stumped. In IE7 only, the map is fixed on the screen
and does not scroll with the rest of the div. It works fine in FF. I
had to "reattach" the map to it's container after the createMap call
for it to work in IE8. But in IE7, it loads into my mapCanvas div just
fine but it does not stay attached to its parent. Any ideas?
$(function() {
createMap();
$('#mapCanvas').append('#homepageMap');//IE8 hack
})
The simple answer is that IE is the worst product ever developed and I
spend over 50% of my time finding hacks and workarounds for the idiots
in Redmond...this is just one of several issues that I've been beating
my head against the wall today.
Thanks for any help you can provide.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---