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: 12345678...14
TOPIC: Drop down menus go below another module
*
#2337
Drop down menus go below another module 14 Years, 8 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 18:18 By Joje.
The topic has been locked.
 
#2338
Re:Drop down menus go below another module 14 Years, 8 Months ago Karma: 748
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 14 Years, 8 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 14 Years, 8 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 18:48 By dbcooper.
The topic has been locked.
 
#2355
Re:Drop down menus go below another module 14 Years, 8 Months ago Karma: 748
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 14 Years, 8 Months ago Karma: 0
Thank you very much! it works!!!
The topic has been locked.
 
Go to topPage: 12345678...14