Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Lightbox under code problem..
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Lightbox under code problem..
#13039
Lightbox under code problem.. 13 Years ago Karma: 0
The lightbox is working great, but one thing I've noticed with many pictures and code on the site I am working on, is that it is always going under any items such as a youtube video, and some pictures set with PHP/Javascript code.

How to fix?
Last Edit: 2011/03/30 04:03 By daverosen.
The administrator has disabled public write access.
 
#13044
Re:Lightbox under code problem.. 13 Years ago Karma: 747
Hello,

Check that <OBJECT> (<EMBED>) tag for videos have "wmode"="transparent" parameter (attribute).

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13045
Re:Lightbox under code problem.. 13 Years ago Karma: 0
Got it, thank you.
Last Edit: 2011/03/30 05:19 By daverosen.
The administrator has disabled public write access.
 
#13046
Re:Lightbox under code problem.. 13 Years ago Karma: 747
Use the next code:

Code:


  <object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,32,18" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" type="application/x-shockwave-flash" height="510" width="853" style="display: block; margin-left: auto; margin-right: auto;">
        <param name="allowFullScreen" value="true" />
        <param name="allowscriptaccess" value="always" />
        <param name="wmode" value="transparent" />
        <param value="always" />
        <param name="src" value="http://www.youtube.com/v/45c0lr7quqo?fs=1&amp;hl=en_US&amp;hd=1" /><embed height="510" width="853" src="http://www.youtube.com/v/45c0lr7quqo?fs=1&amp;hl=en_US&amp;hd=1" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" wmode="transparent"></embed>
    </object>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1