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?

Menu customization
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Menu customization
#19058
Menu customization 12 Years, 10 Months ago Karma: 0
Hello!
Is it possible to custimize Ext menu to look like top left menu on the following site Click!?

All I need is example of CSS rule to change appearance of Parent and child "boxes" e.g. change size and set backgroud color to transparent.

Hope you understand what I wanted to say.
Sorry for my english
The administrator has disabled public write access.
 
#19060
Re:Menu customization 12 Years, 10 Months ago Karma: 748
Hello,

Information about menu HTML layout and CSS classes can be found here. You can also use FireBug addon for FireFox browser to play with styles at runtime.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19148
Re:Menu customization 12 Years, 10 Months ago Karma: 0
Thank you very much! That link was very useful! But I have another issue.
My CSS looks alright, but I have nasty transparent borders between sub-menu items.
border-color: #FFFFFF gives no result. Could you please take a look?
Point cursor to "Медиа" in upper right menu. See those tranparent "separators"?
Link
Last Edit: 2011/09/02 21:40 By 1nn0.Reason: added screenshot
The administrator has disabled public write access.
 
#19150
Re:Menu customization 12 Years, 10 Months ago Karma: 0
I need that menu to look like this one
Last Edit: 2011/09/02 21:42 By 1nn0.Reason: added screenshot
The administrator has disabled public write access.
 
#19152
Re:Menu customization 12 Years, 10 Months ago Karma: 748
Add the next CSS rules:

Code:


UL.ux-menu-sub LI
{
 padding: 0
}

UL.ux-menu-sub LI A
{
 line-height: 20px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19156
Re:Menu customization 12 Years, 10 Months ago Karma: 0
Thank you! Works like a charm!
The administrator has disabled public write access.
 
Go to topPage: 12