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?

Arrows on submenu leading to other submenus
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Arrows on submenu leading to other submenus
#16236
Re:Arrows on submenu leading to other submenus 12 Years, 10 Months ago Karma: 0
Thank you. Nearly there. I changed your css slightly to:

#ariyui22.yui-skin-sam LI.yuimenuitem-hassubmenu A {background-image:url(js/assets/menu/sam/menuitem_submenuindicator.png);background-position: right center;background-repeat: no-repeat;}}

This does however have the effect that the arrow is applied to all submenu items rather than just submenu items that lead to other submenus/sub items. I tried various alteration of the code to fix this, but the best result I got was that all submenu items would have arrows regardless of whether they are parents themselves.

I therefore changed the code and made specific exclusions. This is the code I added:

#ariyui22.yui-skin-sam LI.yuimenuitem-hassubmenu .yuimenuitem-parent A {background-image:url(js/assets/menu/sam/menuitem_submenuindicator.png);background-position: right center;background-repeat: no-repeat;}
#ariyui22.yui-skin-sam LI.yuimenuitem-hassubmenu .yuimenuitem-parent UL LI A {background-image:none;}
.yuimenuitem-item507 A {background-image:url(js/assets/menu/sam/menuitem_submenuindicator.png);background-position: right center;background-repeat: no-repeat;}
.yuimenuitem-item507 UL LI A {background-image:none}
.yuimenuitem-item500 A {background-image:url(js/assets/menu/sam/menuitem_submenuindicator.png);background-position: right center;background-repeat: no-repeat;}
.yuimenuitem-item500 UL LI A {background-image:none}

Clearly the problem will be that when adding submenus to parents that dont currently have children will require css coding on every occasion. I am not sure if there is an easier alternative?

Thank you for your help Admin. Very happy with the extension and the support! Heres the menu as it looks now:
The administrator has disabled public write access.
 
Go to topPage: 12