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?

problem with horizontal submenu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: problem with horizontal submenu
#15213
problem with horizontal submenu 13 Years, 1 Month ago Karma: 0
I have a problem with horizontal topmenu created in ARI EXT MENU.
It has two levels:

menu_item_1
menu_item_2
menu_item_2.1
menu_item_2.2
menu_item_3

when I set mouse coursor above a menu_item_2 horizontal submenu displays
but when I move mouse to choose a submenu item horizontal submenu dissapears or becomes vertical submenu,
could You give me a hand to resolve this problem?
The administrator has disabled public write access.
 
#15221
Re:problem with horizontal submenu 13 Years, 1 Month ago Karma: 748
Hello,

Provide link to page where we can see the problem. It seems this is a problem with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15371
Re:problem with horizontal submenu 13 Years, 1 Month ago Karma: 0
Hello, i have same problem here:
http://www.wieniawamedia.pl/wmsite

could you help me please?
Last Edit: 2011/05/26 21:47 By aldab.
The administrator has disabled public write access.
 
#15379
Re:problem with horizontal submenu 13 Years, 1 Month ago Karma: 748
Hello,

This problem with site template styles and HTML layout. We can recommend to use FireBug addon for FireFox browser that investigate the problem and fix it.

PS: Your home page contains unclosed <P> tag. You can see it in W3C validator.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15675
Re:problem with horizontal submenu 13 Years, 1 Month ago Karma: 0
Hello!
I still have a problem with horizontal menu,
my page: www.kosewski.co.uk
Could You help me?
The administrator has disabled public write access.
 
#15678
Re:problem with horizontal submenu 13 Years, 1 Month ago Karma: 748
Hello,

This problem with site template styles for default menu. You can open index.php file of site template and replace the next code:

Code:


<div id="topmenu">



with the following code:

Code:


<div id="topmenu1">



After this add the next CSS rules to "CSS Styles" parameter in module settings:

Code:


#top-cover .ux-menu LI A
{
 font-family: Candara,Arial,Helvetica,sans-serif
}

#top-cover .ux-menu-horizontal
{
 position: relative;
 left: 100px;
 top: 25px
}



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