Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Submenu-item of vertical menu half behind content
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenu-item of vertical menu half behind content
#26167
Submenu-item of vertical menu half behind content 12 Years, 8 Months ago Karma: 0
I've asked a couple of weeks ago a question for my site: Interior-nederland.nl
Please use this URL to the menu: Prijzen.
It is a sub-item of the menu: (Buiten)meubilair.

Now I've implemented a vertical module of ARI EXT Menu at this oage.
The sub-menu's are a little transparent

Is there an option to change my css, so this submenu will be vissible?

Thanks for your support.
Last Edit: 2012/03/10 19:42 By woodyf4u.
The administrator has disabled public write access.
 
#26182
Re:Submenu-item of vertical menu half behind content 12 Years, 8 Months ago Karma: 760
Hello,

Add the next CSS rules:

Code:


BODY #nav
{
 z-index: 2;
}

BODY #wrapper
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26191
Re:Submenu-item of vertical menu half behind content 12 Years, 8 Months ago Karma: 0
YES, that is the solution!
Thanks for your support.
The administrator has disabled public write access.
 
#26313
Re:Submenu-item of vertical menu half behind content 12 Years, 8 Months ago Karma: 0
I am sorry, have the same problem.
My top menu hides below contantarea.

I fixed side menu, but top menu is mistery for me :/
I setuped on all boxes relative or absolute and z-index greater then 999.
Problem appear only in IE.

audytstr.vot.pl/cmdik/index.php?searchword=test&searchphrase=all&option=com_search&lang=pl

please help me.
m
The administrator has disabled public write access.
 
#26314
Re:Submenu-item of vertical menu half behind content 12 Years, 8 Months ago Karma: 760
Hello,

Add the next CSS rules:

Code:


BODY #line
{
 position: relative;
 top: -190px;
 left: 95px;
}

BODY #header
{
 z-index: 2;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26355
Re:Submenu-item of vertical menu half behind content 12 Years, 8 Months ago Karma: 0
Thank a lot for code - work excellent.

Right now I think that I got an error. My contact menu has 2 submenus - they apear on the right side - but there is right end of the page, and I'd like to make this submenus to move to left side.

I tried to fix it with style:

#ext-gen25 {
left:-33px !important;
}

but when I did it - it appeard that Submenu ID has changed - and it is changing every time I open page - is this feature or bug?

Regards, m
The administrator has disabled public write access.
 
Go to topPage: 12