shadowbox lightbox js
shadowbox lightbox js
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- sureshot0
This is commonly caused by a conflict between JS scripts. Check your body tag and look for an onload attribute. Example:
<body onload="MM_preloadImages(‘/images/menu_on.gif’)...;">A quick fix to this problem is to append the initLightbox() to the onload attribute as so:
<body onload="MM_preloadImages(‘/images/menu_on.gif’)...;initLightbox()">