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?

Sub-menu gong behind image in IE
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Sub-menu gong behind image in IE
#18544
Sub-menu gong behind image in IE 13 Years, 3 Months ago Karma: 0
Hi,

Can someone please help with 2 problems I am facing? Site is www.cognizio.com and refer to the menu on top right hand corner of the site

1. In IE, the sub-menu is going behind the image slideshow. Some problem with the z-index. I have tried setting the z-index of the menu to 10000 but that doesn't seem to do the trick in IE. Can someone help me with this?

2. Auto-width is set to yes for the sub-menu. But my template somehow messes it up and the width comes to 3000px for each of the sub-menu items and the sub-menu extends beyond the page. Can this be fixed?

Thanks in advance!!

-Anindita
The administrator has disabled public write access.
 
#18581
Re:Sub-menu gong behind image in IE 13 Years, 3 Months ago Karma: 0
Hi,

I have been able to solve both the issues with help from other posts in this forum.

Solutions:
1. I have a fixed width for the sub-menu
#header ul.ux-menu-sub, #header ul.ux-menu-sub li
{
width:200px !important;
}

2. CSS :
body #header
{
z-index: 20000;
}
body #topmenuCG
{
z-index: 20001;
}
#header .showplus
{
position: relative;
z-index: 1;
}

Thanks!
The administrator has disabled public write access.
 
Go to topPage: 1