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?

Horizontal Sub-Menus Disappearing When Cursor On
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Horizontal Sub-Menus Disappearing When Cursor On
#6409
Horizontal Sub-Menus Disappearing When Cursor On 13 Years, 8 Months ago Karma: 0
Hi I'm using ari-ext menu, and I'm thankfull to you for developing this nice module for free.

But I have a problem.

I can use my menu properly with firefox but I can't say samething for IE.

In IE (old and new versions) my horizontal sub menus disappearing too fast when my cursor on them.

I checked the forum and I added some css codes to my css files. I added this codes :


#body .tail-row-logo,
#body .tail-row-logo .row-logo
{
overflow: visible;
}


body UL.ux-menu LI
{
padding-left: 0;
}

#left_L .inside .moduletable
{
overflow: visible;
}

#mainbody_L #left_L
{
overflow: visible;
}


But they didn't worked. Sub Menus are still disappearing too fast in IE.

You can check my page : sksdb.omu.edu.tr/
The Sub-Menus with problems : "İdari Bilimler", "Barınma", "Цğrenci"

Also you can check my conf. :

img23.imageshack.us/img23/9927/menusdv.png

The administrator has disabled public write access.
 
#6481
Re:Horizontal Sub-Menus Disappearing When Cursor On 13 Years, 8 Months ago Karma: 0
the page is sksdb.omu.edu.tr/
The administrator has disabled public write access.
 
#6543
Re:Horizontal Sub-Menus Disappearing When Cursor On 13 Years, 8 Months ago Karma: 0
Please help me !
The administrator has disabled public write access.
 
#6545
Re:Horizontal Sub-Menus Disappearing When Cursor On 13 Years, 8 Months ago Karma: 747
Hello,

Try to use the next CSS rule:

Code:


.ux-menu-container .ux-menu .ux-menu-sub A
{
  position: static;
}



PS: It seems the module can't install language files because <joomla_dir>/language/en-GB folder on your server doesn't have writable permissions.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#6546
Re:Horizontal Sub-Menus Disappearing When Cursor On 13 Years, 8 Months ago Karma: 0
Thank you so much ! The problem is solved !

The administrator has disabled public write access.
 
Go to topPage: 1