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?

UUGH so frustrated! Internet Explorer menu z-index
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: UUGH so frustrated! Internet Explorer menu z-index
#17224
UUGH so frustrated! Internet Explorer menu z-index 12 Years, 12 Months ago Karma: 0
Hi guys I have been pulling out my hair can you please take a look at this (ie9 (maybe in ie8 as well): At the top the menu "Buying a Home" dropdown menu in IE goes behind the ads.

Website: www.nataliesellsaustin.com/buying-a-home/home-search.html

Can anyone help? I have worked on this for a long time putting z-index in all the css to no avail in IE.
The administrator has disabled public write access.
 
#17233
Re:UUGH so frustrated! Internet Explorer menu z-index 12 Years, 11 Months ago Karma: 748
Hello,

This problem with site template. It requires to add the next CSS styles to <TABLE> tag which is used as header container:

Code:


position: relative; z-index: 2;



and the following CSS styles to <TABLE> tag which is used as form-logo container:

Code:


position: relative; z-index: 1;



Regards,
ARI Soft
The administrator has disabled public write access.
 
#17297
Re:UUGH so frustrated! Internet Explorer menu z-index 12 Years, 11 Months ago Karma: 0
Hi there, thank you for your incredibly fast response, I have made those changes and yet IE still shows the menu behind the top ads.

nataliesellsaustin.com/buying-a-home/home-search.html

If you mouse over "Buying a Home" and "featured cities"
you can see it droping behind.

Any other ideas?
The administrator has disabled public write access.
 
#17298
Re:UUGH so frustrated! Internet Explorer menu z-index 12 Years, 11 Months ago Karma: 748
You have added the same CSS class to two tables. It is incorrect, each table should have different CSS rules. Read our previous post please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#17301
Re:UUGH so frustrated! Internet Explorer menu z-index 12 Years, 11 Months ago Karma: 0
OOOOOOOMMGGGG!!!!

I totally apologize I accidentally applied the same class to both, fix is in place and the fix works AWESOME.

Thank you so much for your help I am a new fan of your work!

(I do have another question however I will make a new post about it)

Thank you again, you saved the day
The administrator has disabled public write access.
 
Go to topPage: 1