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...45678910...14
TOPIC: Drop down menus go below another module
*
#4108
Re:Drop down menus go below another module 1 Year, 9 Months ago Karma: 278
Hello,

This problem with flash object in <IFRAME>. If you add the following parameter to <object> tag, everything will work fine:

Code:


<param name="wMode" value="transparent">



Regads,
ARI Soft
The topic has been locked.
 
#4114
Re:Drop down menus go below another module 1 Year, 9 Months ago Karma: 0
thanks for this quick reply.

I don't know where to put this parameter you suggest.

Somewhere in the template.css ??? or in de index.php?

Thanks for the help!

Perry
Last Edit: 2010/05/04 12:15 By final.
The topic has been locked.
 
#4115
Re:Drop down menus go below another module 1 Year, 9 Months ago Karma: 278
This parameter should be specified for flash object from <IFRAME>. Now HTML code for this flash object looks like:

Code:


<object height="100%" width="100%" type="application/x-shockwave-flash" id="project" data="index.swf?nocache=1272964774">
  <param name="allowScriptAccess" value="always">
  <param name="scale" value="noscale">
  <param name="flashvars" value="language=en&ssl=true&domain=wetransfer.com"></object>



use the following code:

Code:


<object height="100%" width="100%" type="application/x-shockwave-flash" id="project" data="index.swf?nocache=1272964774">
  <param name="allowScriptAccess" value="always">
  <param name="scale" value="noscale">
  <param name="wMode" value="transparent">
  <param name="flashvars" value="language=en&ssl=true&domain=wetransfer.com"></object>



It can be problem to add this parameter, if you don't have access to www.wetransfer.com source files because it requires additional coding.

Regards,
ARI Soft
The topic has been locked.
 
#4116
Re:Drop down menus go below another module 1 Year, 9 Months ago Karma: 0
Wetransfer is not my site Thanks anyway on apple safari it is OK now. Should be the same with chrome (same engine)

I'll keep trying to find a solution.

Perry
The topic has been locked.
 
#4174
[Solved]Re:Drop down menus go below another module 1 Year, 9 Months ago Karma: 0
Hello,

I tried all of the mentioned CSS
solutions but no luck, my menu
still goes under and disappears.(Specially on Firefox)
This is the URL:
http://timeshareownerscommunity.com/exch...-rent/userslist.html



I am using
Joomla 1.5.17
Community Builder 1.2
ARI YUI Menu 1.0.4

Thank you very much for your help.
Last Edit: 2010/05/11 18:57 By tntsolid.
The topic has been locked.
 
#4175
Re:Drop down menus go below another module 1 Year, 9 Months ago Karma: 0
At wich position did you publish your menu? if I type ?tp=1 behind your url and do a refresh it will show all your positions I see no <div> on that spot try position top-b that looks better for the menu. If you make the font of the menu a bit larger it looks better. with the rest of the site.

Another thing is to start your div that is bothering you with
Code:

clear: both
to clear previous div's

Keep trying the solution will come! The ARI team is very helpfull.

Perry
The topic has been locked.
 
Go to topPage: 1...45678910...14