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?

ARI Ext top navigation menu disappears in IE7
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ARI Ext top navigation menu disappears in IE7
#20560
ARI Ext top navigation menu disappears in IE7 13 Years, 1 Month ago Karma: 0
The site address is http://israel-go.org

It's in hebrew, but the rtl issues have been fixed (thanks to this forum!).

In IE7, the top navigation menu does not appear.
Works on IE8, firefox,opera

Tried to apply different fixes that have been suggested in css styling in response to posters who ran into similar problems.

Any ideas?
Last Edit: 2011/10/11 04:52 By grolich.Reason: duplicate subject word
The administrator has disabled public write access.
 
#20579
Re:ARI Ext top navigation menu disappears in IE7 13 Years, 1 Month ago Karma: 760
Hello,

Try to add the next CSS rule:

Code:


body #topnavmenu UL
{
 float: none;
 zoom:1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20580
Re:ARI Ext top navigation menu disappears in IE7 13 Years, 1 Month ago Karma: 0
First,

THANKS! it definitely seems to fix it.

One question though:

I've placed the corrected styling info in my main template css files,
and indeed it doesn't seem to hurt any of the other browsers, but,

is this just an issue of different default values in different browsers, or is it because of some bug in ie7, or some other special issue, making it more suitable to place this style in a file specific to ie7.

Do you know which is it?
is it fine to keep it in the overall template css (used by all browsers)?

Thanks!
The administrator has disabled public write access.
 
#20585
Re:ARI Ext top navigation menu disappears in IE7 13 Years, 1 Month ago Karma: 760
If you want to use provided CSS properties only in IE 6-7, use it in the next way:

Code:


body #topnavmenu UL
{
 *float: none;
 *zoom:1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20604
Re:ARI Ext top navigation menu disappears in IE7 13 Years, 1 Month ago Karma: 0
Thanks.

I have found though that putting it under a conditional comment keeps it cleaner, since the zoom property seems to raise many issues with the standard, placing it in a css file under a conditional comment means it doesn't get checked by the standards police...

But your solution works. Thanks!
The administrator has disabled public write access.
 
Go to topPage: 1