I was hoping someone could shed some light on this.
I have a jquery-based web application I'm building. The application has a page that it loads, then generates a Google map on the loaded page once the ajax call is complete.
My problem is that the marker 'bubbles' don't render correctly in IE7 or IE6 (screenshots provided). They are fine in Firefox (inevitably).
Pics: IE
This problem does not exist when the google map is generated upon a static page.
I'm sure I can figure out a workaround to calling the page dynamically, however, for the sake of any further GMap development that involved ajax, I --really-- need to know what precisely is going wrong here, and if it's possible to fix it.
My best guess is that the ajax call is somehow messing with the directory filepath that IE's fx.filter is using for transparencies. I can't see anything in the code that could fix this however.
Any advice would be greatly appreciated.
- Daniel