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]
#9149
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 748
Hello,

We can't open provided link, check it please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9150
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 0
The links are well

Site Domain www.fundacionbobath.org/
Template: www.rockettheme.com/joomla-templates/kinetic

thank you very much again
The administrator has disabled public write access.
 
#9153
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 748
Use the following CSS rules:

Code:


.rt-container .rt-surround
{
 position: relative;
}

.rt-container .rt-surround .rt-header
{
 position: relative;
 z-index: 2;
}

.rt-container .rt-surround .rt-showcase
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9154
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 0
Sorry but still does not work, I have exactly the following code
Thank you very much for your attention so fast

.rt-container .rt-surround
{
position: relative;
}

.rt-container .rt-surround .rt-header
{
position: relative;
z-index: 2;
}

.rt-container .rt-surround .rt-showcase
{
position: relative;
z-index: 1;
}
.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;
}
The administrator has disabled public write access.
 
#9155
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 748
Our solution works on our side, provide temporary access to your Joomla! backend by email that we can investigate this problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9158
Re:Submenu disappears in IE7 13 Years, 7 Months ago Karma: 748
Try now please. Correct code should look like:

Code:


.rt-container .rt-surround
{
 position: relative;
}

.rt-container .rt-surround #rt-header
{
 position: relative;
 z-index: 2;
}

.rt-container .rt-surround #rt-showcase
{
 position: relative;
 z-index: 1;
}



Regards,
ARI Soft
Last Edit: 2010/12/03 10:32 By admin.
The administrator has disabled public write access.
 
Go to topPage: 123