21st July, 14:52
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...
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...