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
#16211
Arrows on submenu leading to other submenus 12 Years, 10 Months ago Karma: 0
Hi,

On my submenus I have items that lead to another level of menu. However the pointing down arrow that is present on the parent menu is not present on the sub menus. The image I want to show on the sub menus are the menuitem_submenuindicator.png. Please see my site as it views currently:

The only place in my css that this shows up is in the following rule:

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

In the demo the submenu arrows show up and the css is exactly the same as mine (but for the different id).

Please let me know how I can add the arrow to the submenus that lead on to other menus.

Many Thanks.
The administrator has disabled public write access.
 
#16213
Re:Arrows on submenu leading to other submenus 12 Years, 10 Months ago Karma: 747
Hello,

Provide link to page where we can see the menu on your site.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16216
Re:Arrows on submenu leading to other submenus 12 Years, 10 Months ago Karma: 0
thankyou for the quick response.

The site is still under construction but i have put online so you can view.

www.employmenttribunalclaimshull.co.uk

many thanks.
The administrator has disabled public write access.
 
#16217
Re:Arrows on submenu leading to other submenus 12 Years, 10 Months ago Karma: 747
Provided CSS rule contains incorrect path to image. Use the next path:

js/assets/menu/sam/menuitem_submenuindicator.png

instead of:

js/build/menu/assets/skins/sam/menuitem_submenuindicator.png

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16221
Re:Arrows on submenu leading to other submenus 12 Years, 10 Months ago Karma: 0
Thanks for the quick response. You were quite right about the image path, and I have changed it accordingly. However the arrows are still not showing up.

Any other idea what could be causing the problem?

Thanks again.

Ste.
The administrator has disabled public write access.
 
#16222
Re:Arrows on submenu leading to other submenus 12 Years, 10 Months ago Karma: 747
Add the next CSS rule to CSS file:

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

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