Tag: lightbox
Lightbox image viewer is interrupted by Flash
by admin on Dec.27, 2009, under PHP Scripts
Here’s my site that I’m talking about.
http://kayokoscreations.com/service.htm
Thumbnails at the middle of the page is supposed to work with “Lightbox image viewer”.
Is there anyone knows how to fix it? I wonder if my CSS (for the layout) causes this problem…
Thanks.
Follow the detailed information at:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14201
Or, if this short version (good in most cases) fixes it, so much the better! Add in this language to your object/embed tag:
Add the following parameter to the OBJECT tag:
<param name=”wmode” value=”transparent”>
Add the following attribute to the EMBED tag:
wmode=”transparent”
It worked perfectly!
I really really apreciate you!:)