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
#6073
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 747
It requires to modify site template. Add style="z-index: 2;" attribute for the first HTML table in <div class="Sheet-body"> container and style="z-index: 1;" for the second table.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6077
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 0
The language module is in user6 position and the top menu in user3.
Here is my old arrangement
<jdoc:include type="modules" name="user6" style="horz"/>
<jdoc:include type="modules" name="user3" style="horz"/>

that causes the initial problem.

Do you mean changing it, to:
<jdoc:include type="modules" name="user6" style="z-index=2"/>
<jdoc:include type="modules" name="user3" style="z-index=1"/>

I tried it with

.Sheet-body table
{
position: relative;
}

but it does not solve the problem, unfortunately.

I will leave it that way for a while to have a look.

I realize that there is some kind of z-index issue, but I have no luck till now!
The administrator has disabled public write access.
 
#6078
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 747
No, we mean that this styles should be applied for HTML tables.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6081
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 0
There is no HTML table in my index.php file.

The <div class="Sheet-body"> container starts like this:

<div class="Sheet-body">
<jdoc:include type="modules" name="user6" style="horz"/> // my lanuage module position
<jdoc:include type="modules" name="user3" style="horz"/> // my top menu position
<div class="Header">
<div class="Header-jpeg"></div>
<div class="logo">
.
.
.
.

Sorry, if I don't understand the whole meaning of your words.
The administrator has disabled public write access.
 
#6082
Re:Module disappear when mouseover ariyui in IE7 13 Years, 8 Months ago Karma: 747
OK, if you provide temporary access to your Joomla! backend by email we can try to help you resolve this issue.

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