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 behind content in IE
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenu behind content in IE
#25873
Submenu behind content in IE 12 Years, 4 Months ago Karma: 0
Hello.

I have ari ext menu on my website. It works on Firefox and on Chrome, but it does’t on internet explorer 7.
The submenu in the home page appears behind the content. I have tried modifying z-index in CSS, but I could not solve the problem.
My website is www.gregsite.webege.com
How can I solve my problem?
Thank you very much for your kindness.
Silvano
The administrator has disabled public write access.
 
#25874
Re:Submenu behind content in IE 12 Years, 4 Months ago Karma: 748
Hello,

This problem with the Flash object, set "wmode" attribute to "transparent".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25879
Re:Submenu behind content in IE 12 Years, 4 Months ago Karma: 0
I'm sorry but I'm not so expert.
What do you mean, when you say that I’ve to set "wmode" attribute to "transparent"?
How can I set this attribute?
Thanks
The administrator has disabled public write access.
 
#25884
Re:Submenu behind content in IE 12 Years, 4 Months ago Karma: 748
Read about it here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25889
Re:Submenu behind content in IE 12 Years, 4 Months ago Karma: 0
I've changed to "transparent" the wmode attribute of the SWF player in the hompepage, but my problem is not solved.
In effect, the submenu appears behind the text of articles in content area.
Is there any other solution?
Thanks for patience!
The administrator has disabled public write access.
 
#25892
Re:Submenu behind content in IE 12 Years, 4 Months ago Karma: 748
Try to add the next CSS rules:

Code:


BODY .art-sidebar1
{
 z-index: 2;
}

BODY .art-content
{
 z-index: 1;
}



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