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
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: sub menu
#8245
sub menu 13 Years, 5 Months ago Karma: 0
Hi all,
i have a horizontal menu with a vertical sub-menu on my page. my problem is that on IE7 the sub menu appears behind everything else on the page. i tried tweaking the Z-Index values of various elements on stage but without success. does anyone have any solution or have ever encountered that problem?

Thanks!
The administrator has disabled public write access.
 
#8246
Re:sub menu 13 Years, 5 Months ago Karma: 746
Hello,

Provide link to page where we can see this issue that we can help.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8249
Re:sub menu 13 Years, 5 Months ago Karma: 0
Hi,
thanks for your reply. i would love to do that but the site is currently offline. i will upload it and will post the link here.
can you give some general tips on things that usually cause these kind of trouble?

thanks!
The administrator has disabled public write access.
 
#8274
Re:sub menu 13 Years, 5 Months ago Karma: 746
It can occur due to "z-index" and "overflow: hidden" CSS property.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8816
Re:sub menu 13 Years, 4 Months ago Karma: 0
ok, it was long but we got it online.
the link is: www.kaplanoland.com/index.php
notice that if you view the page in IE the menu appears behind the image!
other browsers display it correctly. i tried setting z-indexes but it seems to not make any difference.

thanks.
The administrator has disabled public write access.
 
#8818
Re:sub menu 13 Years, 4 Months ago Karma: 746
Add the following CSS rule:

Code:


DIV#menu1
{
  z-index: 10;
}



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