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?

Submenu disappears in IE7 [SOLVED]
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Submenu disappears in IE7 [SOLVED]
#8946
Submenu disappears in IE7 [SOLVED] 13 Years, 7 Months ago Karma: 0
Hi there,

just installed your Ext Menu and it works fine in Firefox an Internet Explorer 8. But in IE7 the Submenu disappears behind the above Breadcrumb-Div.
Hereґs the link to the site: www.ertug.eu

I read some similar problems with disappearing submenus here, but none of the hints solved my problem yet.
Last Edit: 2010/11/23 12:45 By flancrest.
The administrator has disabled public write access.
 
#8959
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 748
Hello,

Use the following CSS rules:

Code:


body #pillmenu LI a
{
  float: none;
  height: 30px;
}

body #midnav
{
 z-index: 100;
}

body #langpathseek
{
  z-index: 1;
  *clear: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#8960
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 0
Works perfect!

Thank you very much, really great support here!

Regards,
flancrest
The administrator has disabled public write access.
 
#9120
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 0
Hi,
The same problem. I can't find solution.
Site hosted at www.upe.byethost2.com/
Thanks in advance
The administrator has disabled public write access.
 
#9135
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 748
Hello,

This a problem with site template styles and HTML layout. You can investigate this issue with help IEDevToolbar.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9148
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 0
I have the same problem in the IE 7 explorer and I can not solve it. I have in the option module CSS the following code:
The site is www.fundacionbobath.org
I'm using the template Kinetic designed by www.rockettheme.com


. Ux-menu-container. Ux-menu A
{
font-family: Arial;
}
. Ux-menu-container UL.ux-menu LI A {
color: # 0038A8;
background: # 9BC4E2;
border-bottom: 1px solid # 0038A8;
border-top: 1px solid # 0038A8;
border-left: 1px solid # 0038A8;
border-right: 1px solid # 0038A8;
}
. Ux-menu-container UL.ux-menu LI A: hover {
color: white;
background: # 0038A8;
}

body # pillmenu LI to
{
float: none;
height: 30px;
}

body # midnav
{
z-index: 100;
}

body # langpathseek
{
z-index: 1;
* Clear: none;
}


Thank you very much
Last Edit: 2010/12/02 10:53 By PVALNIE.
The administrator has disabled public write access.
 
Go to topPage: 123