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?

Dropdown menu dissapears behind flash module
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Dropdown menu dissapears behind flash module
#4790
Dropdown menu dissapears behind flash module 13 Years, 10 Months ago Karma: 0
Hi, sorry to ask this question again, I know it has been answered a few times in the forum. However none of the solutions have worked for me, I think it's because I am using the Flash Module which has a php file instead of html, so the 'transparent' fix is not working, nor the css fixes.

URL is: www.insanepokercrew.com/

I have had to disable the flash in the meantime, but it normally sits directly under the menu in the content area below. Any help would be greatly appreciated.
Last Edit: 2010/06/11 08:48 By stephruth.
The administrator has disabled public write access.
 
#4791
Re:Dropdown menu dissapears behind flash module 13 Years, 10 Months ago Karma: 747
Hello,

This problem with flash object. HTML code for this object looks like:

Code:


<object height="150" width="640" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9.0.47.0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="images/flash//videos_banner.swf"> <param name="quality" value="best"> <embed height="150" width="640" src="images/flash//videos_banner.swf" quality="best" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></object>



use the following code that fix issue with menu:

Code:


<object height="150" width="640" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9.0.47.0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="images/flash//videos_banner.swf"> <param name="quality" value="best"> <param name="vmode" value="transparent"><embed height="150" width="640" wmode="transparent" src="images/flash//videos_banner.swf" quality="best" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></object>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#4796
Re:Dropdown menu dissapears behind flash module 13 Years, 10 Months ago Karma: 0
Thank you for your fast response, that fixed it. Brilliant menu too by the way, thank you very much. Steph
The administrator has disabled public write access.
 
Go to topPage: 1