hs.dimmingGeckoFix
Fix Gecko/Mac bug that causes problems with dimming and Flash.
The Gecko rendering engine, versions < 1.9 for Mac has a known bug that make Flash objects appear transparent whenever there is an element with opacity elsewhere on the page. Firefox < 3 and Camino use this rendering engine. So if you use the combination of Highslide
Flash content with dimming, you must set hs.dimmingGeckoFix to true. The fix is to take a semitransparent graphic, geckodimmer.png, as the background for the dimming div. To tweak the color and opacity of the dimming curtain, edit the graphic. Note that this only applies to the buggy versions.
Details
Requires |
transitions |
Type |
boolean |
Default value |
false |
Overrideable inline |
No |
Example
Put this code in the head section of your page together with the other Highslide stuff.
<script type="text/javascript">
hs.dimmingGeckoFix = true;
</script>
See also