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?

Need help in changing the display of menu
(1 viewing) (1) Guest
Go to bottomPage: 1234567
TOPIC: Need help in changing the display of menu
#21141
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 748
Send all page files (including javascript, CSS and image files), not only one HTML file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21143
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 0
Did you receive my mail? Another one.
The administrator has disabled public write access.
 
#21145
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 748
We have received only one letter which contained one HTML file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#21146
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 0
I have sent, please check. Thanks
The administrator has disabled public write access.
 
#21147
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 0
Hi admin,

I have sent another email to you, have you receive it? is it correct now?
The administrator has disabled public write access.
 
#21148
Re:Need help in changing the display of menu 12 Years, 8 Months ago Karma: 748
Problems with site template styles. Add the next CSS rules:

Code:


UL.ux-menu-hidden
{
 display: none !important;
}

UL.ux-menu-sub
{
 margin: 0 !important;
 padding: 0 !important;
 background-color: transparent !important;
}

body .ux-menu-horizontal LI A.ux-menu-link-first.ux-menu-link-last, 
body .ux-menu-sub LI A.ux-menu-link-first.ux-menu-link-last
{
 -moz-border-radius: 10px 10px 0 0;
 -webkit-border-radius: 10px 10px 0 0;
 -o-border-radius: 10px 10px 0 0;
 border-radius: 10px 10px 0 0;
]



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