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 menu behind content
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: drop menu behind content
#23905
drop menu behind content 12 Years, 5 Months ago Karma: 0
I have read your posts but not sure which css to edit to get menu ontop of content.

www.quickclickirrigation.com/index.php

Please can you tell me the code and what css. doc to edit so i can get the level to be ontop off content
Last Edit: 2012/01/21 11:18 By dropmenu1.
The administrator has disabled public write access.
 
#23906
Re:drop menu behind content 12 Years, 5 Months ago Karma: 748
Hello,

What browser do you use? The menu works fine by the link provided.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23908
Re:drop menu behind content 12 Years, 5 Months ago Karma: 0
thanks, yes see it works fine in Google chrome and firefox but currently intenet explorer its showing under content frame.
The administrator has disabled public write access.
 
#23909
Re:drop menu behind content 12 Years, 5 Months ago Karma: 748
What version of IE do you use?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#23911
Re:drop menu behind content 12 Years, 5 Months ago Karma: 0
version 8.0.701.17514
The administrator has disabled public write access.
 
#23912
Re:drop menu behind content 12 Years, 5 Months ago Karma: 748
Add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


body .art-content-layout-row
{
position: relative;
}

body .art-content-layout-row .art-sidebar1
{
z-index: 2;
}

body .art-content-layout-row .art-content
{
z-index: 1;
}

.ux-menu IFRAME
{
visibility: hidden;
position: absolute;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 123