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?

Sub menu behind content
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Sub menu behind content
#21965
Sub menu behind content 12 Years, 7 Months ago Karma: 0
Hi,

I think I've read almost every post about this problem but can't get it to work..

Link: billigast.me/sv/

As you can see the sub menu hides behind the main menu and the sidebar to the right (also behind the searchbox underneath). I also want the sub menu to appear all the way to the right of the main menu.

/Tina
The administrator has disabled public write access.
 
#21966
Re:Sub menu behind content 12 Years, 7 Months ago Karma: 748
Hello,

Add the next CSS rules:

Code:


#main #ariext87_container UL.ux-menu LI
{
 width: auto;
}

UL.ux-menu-sub
{
 margin: 0 !important;
 padding: 0 !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21968
Re:Sub menu behind content 12 Years, 7 Months ago Karma: 0
Thanks! The menu looks just the way I want it to. However, the menu now takes up too much space and has pushed the map down below the menu. The submenu is still behind the sidebar to the right...
The administrator has disabled public write access.
 
#21969
Re:Sub menu behind content 12 Years, 7 Months ago Karma: 748
This problems with custom styles for the menu and site template styles. Add the next CSS rules:

Code:


#main .items-leading 
{
 overflow: visible;
}

body #ariext87_container
{
 margin: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21970
Re:Sub menu behind content 12 Years, 7 Months ago Karma: 0
Great, just what I wanted! Thanks a lot!
The administrator has disabled public write access.
 
#22261
Re:Sub menu behind content 12 Years, 7 Months ago Karma: 0
Sorry to be bothering you again but I now have a few more problems:

1. The sub menu doesn't appear in IE8 & 9.

2. On the homepage, the slideshow to the right doesn't appear. Javascript conflict but I don't know how to fix it..

3. In IE, when I click the main menu, the menu items width decreases.

billigast.me/sv/
The administrator has disabled public write access.
 
Go to topPage: 123