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 menus hidden behind another module in IE8 COmp
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: sub menus hidden behind another module in IE8 COmp
#20075
sub menus hidden behind another module in IE8 COmp 12 Years, 9 Months ago Karma: 0
On my company website, www.mediware.com, the submenus that appear in the top navigation pop under the header image graphic when I look at the site in IE8 compatibility mode. It works fine in every other browser, or when compatibility mode is off.
The administrator has disabled public write access.
 
#20076
Re:sub menus hidden behind another module in IE8 COmp 12 Years, 9 Months ago Karma: 748
Hello,

This problem with your site template CSS styles. Add the next CSS rules:

Code:


BODY #header-area
{
 position: relative;
 z-index: 2;
}

BODY #flash-area
{
 position: relative;
 z-index: 1;
}



and replace "position: absolute" CSS property with "position: relative" for <DIV> element with ID equals to "top". It also requires to set correct margin (padding) for this element.

PS: The issue occurs due to approach of IE 6-7 to calculate z-index for elements with absolute position.

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