Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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 13 Years, 2 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 13 Years, 2 Months ago Karma: 760
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