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?

In IE7 on horizontal menu rollover
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: In IE7 on horizontal menu rollover
#12388
In IE7 on horizontal menu rollover 13 Years, 2 Months ago Karma: 0
In IE7 on rollover horizontal menu behaves very strange..
What can I do to fix it?

bole.mpm.org.il/
Last Edit: 2011/03/15 06:56 By ninJes.
The administrator has disabled public write access.
 
#12394
Re:In IE7 on rollover horizontal menu 13 Years, 2 Months ago Karma: 748
Could you explain the problem in more details? Maybe provide screenshot?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12403
Re:In IE7 on rollover horizontal menu 13 Years, 2 Months ago Karma: 0
Yes, of curse. After drop down "display: inline" doesn't working in IE7.

bole.mpm.org.il/temp2.png
Last Edit: 2011/03/14 22:33 By ninJes.
The administrator has disabled public write access.
 
#12417
Re:In IE7 on rollover horizontal menu 13 Years, 2 Months ago Karma: 0
When mouse is on menu in IE7 it jumps from horizontal to vertical position..

Like on this pic

bole.mpm.org.il/temp2.png
The administrator has disabled public write access.
 
#12429
Re:In IE7 on rollover horizontal menu 13 Years, 2 Months ago Karma: 748
This problem with custom CSS rules. Try to use:

Code:


position: static !important;
display: block !important;



instead of:

Code:


position: absolute !important;
display: inline !important;



Regards,
ARI Soft
The administrator has disabled public write access.
 
#12431
Re:In IE7 on rollover horizontal menu 13 Years, 2 Months ago Karma: 0
for what div or ul?

use it everywhere or just in one place?

UL#{$id} {
background: none !important;
width: 780px important;
position: static !important;
display: block !important;
}

are this settings correct?
The administrator has disabled public write access.
 
Go to topPage: 12