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?

Drop down menus go below another module
(1 viewing) (1) Guest
Go to bottomPage: 1...6789101112...14
TOPIC: Drop down menus go below another module
*
#4228
Re:Drop down menus go below another module 13 Years, 10 Months ago Karma: 0
HI. I am having the same trouble also. I have a video in my homepage and the drop down menu goes behind it. I tried some of the suggestions and tweak the code but it doesn't work. URL: www.auw.org. Please help. Thanks.
The topic has been locked.
 
#4229
Re:Drop down menus go below another module 13 Years, 10 Months ago Karma: 0
HI. I am having the same trouble also. I have a video in my homepage and the drop down menu goes behind it. I tried some of the suggestions and tweak the code but it doesn't work. Please help. Thanks.
File Attachment:
File Name: copy.doc
File Size: 199680
Last Edit: 2010/05/11 23:59 By jmarian1.Reason: wrong file again
The topic has been locked.
 
#4230
Re:Drop down menus go below another module 13 Years, 10 Months ago Karma: 746
Hello,

This problem with HTML code of video file. It looks like:

Code:


<object width="320" height="200" style="vertical-align: middle;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">
<param name="src" value="/plugins/editors/jce/tiny_mce/plugins/mediamanager/swf/flvplayer.swf">
<param name="play" value="false">
<param name="loop" value="false">
<param name="flashvars" value="file=images/stories/Videos/AUW_Awards2009.flv&autostart=false&repeat=false&bufferlength=5&frontcolor=0x333333&lightcolor=0x999999&image=images/stories/Videos/auwaward2009.jpg">
<param name="id" value="video">
<param name="name" value="AUW_Awards2009.flv"><embed width="320" height="200" id="video" name="AUW_Awards2009.flv" src="/plugins/editors/jce/tiny_mce/plugins/mediamanager/swf/flvplayer.swf" type="application/x-shockwave-flash" flashvars="file=images/stories/Videos/AUW_Awards2009.flv&autostart=false&repeat=false&bufferlength=5&frontcolor=0x333333&lightcolor=0x999999&image=images/stories/Videos/auwaward2009.jpg" play="false" loop="false">
</object>



use the following code instead of current code:

Code:


<object width="320" height="200" style="vertical-align: middle;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">
<param name="src" value="/plugins/editors/jce/tiny_mce/plugins/mediamanager/swf/flvplayer.swf">
<param name="wmode" value="transparent">
<param name="play" value="false">
<param name="loop" value="false">
<param name="flashvars" value="file=images/stories/Videos/AUW_Awards2009.flv&autostart=false&repeat=false&bufferlength=5&frontcolor=0x333333&lightcolor=0x999999&image=images/stories/Videos/auwaward2009.jpg">
<param name="id" value="video">
<param name="name" value="AUW_Awards2009.flv"><embed width="320" height="200" wmode="transparent" id="video" name="AUW_Awards2009.flv" src="/plugins/editors/jce/tiny_mce/plugins/mediamanager/swf/flvplayer.swf" type="application/x-shockwave-flash" flashvars="file=images/stories/Videos/AUW_Awards2009.flv&autostart=false&repeat=false&bufferlength=5&frontcolor=0x333333&lightcolor=0x999999&image=images/stories/Videos/auwaward2009.jpg" play="false" loop="false">
</object>



Regards,
ARI Soft
The topic has been locked.
 
#4232
Re:Drop down menus go below another module 13 Years, 10 Months ago Karma: 0
Thanks a lot for your help. Your code works but I have to sacrifice the background color though otherwise it will not work. Thanks again.
The topic has been locked.
 
#4251
Re:Drop down menus go below another module 13 Years, 10 Months ago Karma: 0
Hello,

I installed the menu system yesterday, very nice except I seem to have the same problem as the guys here.

Site is CFAR-m and you can see that if you mouse over the item Contact Us, the sub menu's are under the module being used for the CFAR-m presentation.

Is there a way I can rectify this for the whole site as I have the same problem on any page where another module is parallel to a sub-menu item.

Thank you in advance for your help,
Antony
The topic has been locked.
 
#4252
Re:Drop down menus go below another module 13 Years, 10 Months ago Karma: 746
Hello,

This problem with Flash object on your page. Use the following code for Flash object instead of current code:

Code:


<object height="370" width="450" type=" application/x-shockwave-flash" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=c-farm-100213102801-phpapp02&rel=1" wmode="transparent"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=c-farm-100213102801-phpapp02&rel=1"><param name="allowscriptaccess" value="always"><param name="allowfullscreen" value="true">
</object>



In other words, add wmode="transparent" attribute to <object> tag.

Regards,
ARI Soft
The topic has been locked.
 
Go to topPage: 1...6789101112...14