In the HORIZONTAL example, how can I make the menu have downward arrow images, and subsequent sub menus have the right-pointing arrows. This makes sense. The arrow should point to where the sub menu will appear.
I had no problem finding the arrows, but how to have, in the same menu, a down arrow for first menu, then right arrows for sub menus. From a logical standpoint, a horizontal menu shouldn't have right arrows on the first level, because child menus expand
down, not to the right.
Member
20 Points
91 Posts
Arrows in Working Example
Mar 27, 2009 04:40 PM|mgp22|LINK
In the working example on this page:
http://www.asp.net/CSSAdapters/Menu.aspx
In the HORIZONTAL example, how can I make the menu have downward arrow images, and subsequent sub menus have the right-pointing arrows. This makes sense. The arrow should point to where the sub menu will appear.
tx in advance,
Matt
Participant
851 Points
190 Posts
Re: Arrows in Working Example
Mar 27, 2009 06:38 PM|gsdtech|LINK
The arrows are referenced in the CSS file that styles the menu.
The images arrowRight.gif, activeArrowRight.gif can be downloaded from the demo site.
The CSS is there too.
You can find all this info by viewing the source of the page.
Hope that helps.
Member
20 Points
91 Posts
Re: Arrows in Working Example
Mar 27, 2009 07:14 PM|mgp22|LINK
I had no problem finding the arrows, but how to have, in the same menu, a down arrow for first menu, then right arrows for sub menus. From a logical standpoint, a horizontal menu shouldn't have right arrows on the first level, because child menus expand down, not to the right.