craigsworks.com - Support Forum

Full Version: google map (v3) does not render correctly in modal on IE
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The following IE filter causes google maps loaded in qtips to not render correctly on IE < ver 8.

filter: progid:DXImageTransform.Microsoft.Shadow(Color='gray', Direction=135, Strength=3);

If you open a google map in a modal, you'll notice the map renders then quickly disappears. Its due to the above filter. Only work around i've found is to remove that line from the css.

stupid IE...
Yeah I was considering removing that shadow from IE all together, as it seems to cause so many more problems than it's worth!
Reference URL's