Highslide JS API Reference

Close Move
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam dapibus leo quis nisl. In lectus. Vivamus consectetuer pede in nisl. Mauris cursus pretium mauris. Suspendisse condimentum mi ac tellus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec sed enim. Ut vel ipsum. Cras consequat velit et justo. Donec mollis, mi at tincidunt vehicula, nisl mi luctus risus, quis scelerisque arcu nibh ac nisi. Sed risus. Curabitur urna. Aliquam vitae nisl. Quisque imperdiet semper justo. Pellentesque nonummy pretium tellus.
Resize

Object: hs

Variables

Functions

Events

Object: hs.Expander

Variables

Functions

Events



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

New, Edit