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?

Sub-menu hidden under Flash in IE9
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub-menu hidden under Flash in IE9
#17798
Sub-menu hidden under Flash in IE9 12 Years, 11 Months ago Karma: 0
Hello,

I am using the ARI Ext menu and the submenu seems to work fine in all browsers except IE9, where it is hidden behind the Flash.

htrduradek.info/

Also, you may also be able to provide advice for the following problem; in Google Chrome and earlier versions of IE, the menu is pushed to the right. I'm sure it is a simple fix, but it would be nice to have the menu be placed as it is in IE9 and Firefox.

Please help!

Thanks very much!!!

KG
The administrator has disabled public write access.
 
#17799
Re:Sub-menu hidden under Flash in IE9 12 Years, 11 Months ago Karma: 748
Hello,

Try to add wmode=transparent parameter to first <OBJECT> tag of the flash object.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17801
Re:Sub-menu hidden under Flash in IE9 12 Years, 11 Months ago Karma: 0
I saw that in another post and tried it, but it doesn't seem to fix the problem. Here is the code from the Flash module:

<div class="flash1">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="975" height="290" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" wmode="transparent">
<param name="movie" value="images/stories/header_v8.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="scale" value="noscale" /> <!--[if !IE]> <-->
<object width="975" height="290" wmode="transparent" data="images/stories/header_v8.swf" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="scale" value="noscale" />
<param name="pluginurl" value="www.macromedia.com/go/getflashplayer" /> FAIL (the browser should display an HTR duradek flash slide show).
</object>
<!----> <!--[endif] -->
</object>
</div>
The administrator has disabled public write access.
 
#17802
Re:Sub-menu hidden under Flash in IE9 12 Years, 11 Months ago Karma: 748
"wmode" parameter should be added in next way:

Code:


<param name="wmode" value="transparent" />



not as attribute of <OBJECT> tag.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17803
Re:Sub-menu hidden under Flash in IE9 12 Years, 11 Months ago Karma: 0
Yes, that worked perfectly!

Thank-you so much for you help and quick replies - amazing support!!!
The administrator has disabled public write access.
 
Go to topPage: 1