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?

Ext Menu Vs YUI Menu
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Ext Menu Vs YUI Menu
#3867
Ext Menu Vs YUI Menu 14 Years ago Karma: 0
The EXT and YUI Menus appear to be very similar. Is there any documentation that compares (similar to page comparing free ARI quiz to more sophisticated full ARI Quiz) them.

I am currently testing using Ext Menu to YUI Menu on my site. For the YUI menu I had to add the following code to my template CSS:

.yui-skin-sam .bd UL LI {
background-image: none;
}

to eliminate the default menu's interferrence.

How would I eliminate its interference for the EXT menu.

Site: showing problem (seperators with "." between menu items) is http:\\www.assist-associates.com
The administrator has disabled public write access.
 
#3868
Re:Ext Menu Vs YUI Menu 14 Years ago Karma: 748
Add the following CSS rule, please, that fix styling issue:

Code:


.ux-menu-container UL LI 
{
  background-image: none;
  padding-left: 0;
}



'ARI YUI Menu' and 'ARI Ext Menu' look different and use different javascript frameworks.

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