Home News Contact Us Forum About Us Joomla 1.0.x Demo Joomla 1.5 Demo Products F.A.Q.
Shopping Cart


Recent Events
  • 29/12/2011 Merry Christmas and Happy New Year!

    Dear visitors, our office will be closed from December 30 to January 2 due to the celebration of the New Year. You can purchase and download our products, but we can not guarantee quick answers to your questions for this period of time. Happy New Year! Your ARI Soft team.

  • 27/09/2011 ARI Smart Content v. 1.8.0

    ARI Smart Content v. 1.8.0 is ready. New version is compatible with Joomla! 1.5, 1.6 and 1.7 and it is released under GNU GPL license.


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 1 Year, 9 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 1 Year, 9 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/12 02:59 By jmarian1.Reason: wrong file again
The topic has been locked.
 
#4230
Re:Drop down menus go below another module 1 Year, 9 Months ago Karma: 278
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 1 Year, 9 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 1 Year, 9 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 1 Year, 9 Months ago Karma: 278
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