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?

Submenu always show
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Submenu always show
#13458
Re:Submenu always show 13 Years, 3 Months ago Karma: 0
There are all.
File Attachment:
File Name: Bureau.zip
File Size: 106826
The administrator has disabled public write access.
 
#13459
Re:Submenu always show 13 Years, 3 Months ago Karma: 748
This is the conflict with the next CSS rule from template.css file:

Code:


#menuhaut ul {
    display: inline;
}



Remove or comment this CSS property.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13460
Re:Submenu always show 13 Years, 3 Months ago Karma: 0
Thank's a lot,
And how can i delete the little arrow in the menu case ?
And a last question, i would like fixed the width of the submenu case, how can i do that ?
Last Edit: 2011/04/07 14:41 By myred.
The administrator has disabled public write access.
 
#13461
Re:Submenu always show 13 Years, 3 Months ago Karma: 748
1. Add the next CSS rule:

Code:


.ux-menu .ux-menu-arrow
{
 display: none;
}



2. Set "Auto width" parameter to "Yes".

Regards,
ARI Soft
The administrator has disabled public write access.
 
#13463
Re:Submenu always show 13 Years, 3 Months ago Karma: 0
Perfect for the first,
but I've tried to "Set "Auto width" parameter to "Yes"" Photo1.jpg and i would like have this situation Photo2.

So when i say "Yes" the result is photo1
And how can i have the looks of Photo2 ?
File Attachment:
File Name: Bureau-d9ec204285cb3ae5266302d1562b90c0.zip
File Size: 37141
The administrator has disabled public write access.
 
#13464
Re:Submenu always show 13 Years, 3 Months ago Karma: 748
Remove the following CSS properties from template.css file:

Code:


#menuhaut a:link, 
#menuhaut a
{
 float: left;
}

#menuhaut li
{
 display: inline;
}



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