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...45678910...14
TOPIC: Drop down menus go below another module
*
#4108
Re:Drop down menus go below another module 13 Years, 11 Months ago Karma: 746
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 13 Years, 11 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 09:15 By final.
The topic has been locked.
 
#4115
Re:Drop down menus go below another module 13 Years, 11 Months ago Karma: 746
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 13 Years, 11 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 13 Years, 10 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/exchange-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 15:57 By tntsolid.
The topic has been locked.
 
#4175
Re:Drop down menus go below another module 13 Years, 10 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