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: 12345678...14
TOPIC: Drop down menus go below another module
*
#2337
Drop down menus go below another module 2 Years, 5 Months ago Karma: 0
my yui menu works fine on IE 7 but in firefox the dropdowns Go behind the module below on the page.and they cant be seen or read what could be the issue?,

you can have a look here www.africaquestsafaris.com otherwise without that slideshow module its fine.
Last Edit: 2009/08/31 21:18 By Joje.
The topic has been locked.
 
#2338
Re:Drop down menus go below another module 2 Years, 5 Months ago Karma: 278
Hello,

Try to add the following CSS rules to your CSS file, it should help:

Code:


#div1
{
  position: relative;
  z-index: 2;
}

#div2
{
  position: relative;
  z-index: 1;
}



Regards,
ARI Soft
The topic has been locked.
 
#2343
Re:Drop down menus go below another module 2 Years, 5 Months ago Karma: 0
Thanks alot Kamrck it worked like a charm, My regards for all and thanks for the gr8 work on your modules, and Components
The topic has been locked.
 
#2349
Re:Drop down menus go below another module 2 Years, 5 Months ago Karma: 0
HI! Thank you for your menu, I've been searching for one like this a long time ago. I have a problem similar to Joje's. My sublevel's go under the content on the page (i think). I can't provide you a link, because my page is running locally, but here is a picture. I tried to put the code you provided into my template.css (don't really know where to put it), but it didn't help. Thank's for help!
Last Edit: 2009/09/01 21:48 By dbcooper.
The topic has been locked.
 
#2355
Re:Drop down menus go below another module 2 Years, 5 Months ago Karma: 278
Hello,

Add the following CSS rules to your CSS file:

Code:


.art-contentLayout .art-sidebar1
{
  position: relative;
  z-index: 2;
  overflow: visible !important;
}

.art-contentLayout .art-content 
{
  position: relative;
  z-index: 1;
}



Regards,
ARI Soft
The topic has been locked.
 
#2356
Re:Drop down menus go below another module 2 Years, 5 Months ago Karma: 0
Thank you very much! it works!!!
The topic has been locked.
 
Go to topPage: 12345678...14