HighDots Forums  

How to put arrow bullets on Spry menu

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss How to put arrow bullets on Spry menu in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ads901
 
Posts: n/a

Default How to put arrow bullets on Spry menu - 05-09-2008 , 09:49 AM






Hi

I have got a vertical Spry menu, however only one of the menu options has a
sub-menu. i want to get the little arrow image to appear to the right of the
text, but only on this menu item. Can anyone help (I am relatively new to
Dreamweaver so if it sounds like a dumb question it is because I am).

Thanks


Reply With Quote
  #2  
Old   
imaaxa
 
Posts: n/a

Default Re: How to put arrow bullets on Spry menu - 05-10-2008 , 01:04 AM






Inside the SpryMenuBarHorizontal.css find these styles:

ul.MenuBarHorizontal a.MenuBarItemSubmenu
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover

Add these lines to each one:

background-image: url(SpryMenuBarRightHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;

This will give you an arrow head on the right side of each menu tab that has a
drop down. You can also play with the background-position %. The first number
is the side to side. Higher goes right, and lower goes left. The second is
the up and down.

Hope that helps.


Reply With Quote
  #3  
Old   
imaaxa
 
Posts: n/a

Default Re: How to put arrow bullets on Spry menu - 05-10-2008 , 01:04 AM



Inside the SpryMenuBarHorizontal.css find these styles:

ul.MenuBarHorizontal a.MenuBarItemSubmenu
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover

Add these lines to each one:

background-image: url(SpryMenuBarRightHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;

This will give you an arrow head on the right side of each menu tab that has a
drop down. You can also play with the background-position %. The first number
is the side to side. Higher goes right, and lower goes left. The second is
the up and down.

Hope that helps.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.