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?

Module disappear when mouseover ariyui in IE7
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Module disappear when mouseover ariyui in IE7
#6014
Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 0
Hello,

when I am in IE7 and I mouse over the ariyui menu, the top menu of my site disappears.
It shows up in the first place when the page loads, and then disappears.
It works fine in Firefox and IE8.
I have tried hours to fix this by editing the css files of my template but I have not found out yet what is going on.

Here is the site
newsite.telecompare.gr

Any help would be really appreciated.
The administrator has disabled public write access.
 
#6019
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 746
Hello,

Try to add the following CSS rule:

Code:


.Sheet-body table
{
  position: relative;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6057
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 0
Thanks, that worked fine!

Surprised that you solved it so quickly...If you like, send me some guidelines (weblinks etc) in order to be that efficient for myself,too!
The administrator has disabled public write access.
 
#6063
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 746
You are welcome. Could you specify what guidelines you mean? About CSS, IE issues or something another?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6064
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 0
I mean for CSS issues.

I just noticed that with the code you provided, the top menu is now visible in IE7 but my joofish flags are not clickable any more in Firefox and IE8!
Regarding the issue that joomfish flags are not shown up in IE7, I am now working on it.

As you may have guessed, I am in the middle of a browsers compatibility "battle".
The administrator has disabled public write access.
 
#6065
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 746
Try to add the following CSS rules that resolve issue with flags:

Code:


.Sheet-body .oiglwsses
{
  position: relative;
  z-index: 2;
}

.Sheet-body div.Header {
  z-index:1
}



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