p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Go Back   p2p.wrox.com Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
I forgot my password Register Now
Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old May 20th, 2009, 04:09 AM
Authorized User
Points: 373, Level: 6
Points: 373, Level: 6 Points: 373, Level: 6 Points: 373, Level: 6
Activity: 22%
Activity: 22% Activity: 22% Activity: 22%
 
Join Date: Jan 2007
Location: durban, Africa, South Africa.
Posts: 87
Thanks: 1
Thanked 0 Times in 0 Posts
Question Redesign a menu to list items in Tree like structure with plus sign

Good day, I would like to redesign a menu.
The menubar has drop down items to select, i want to change not to show in drop down menu but list the items below in another line with plus sign & click on plus to show more (after menu plus click change to - ). Like a Tree listing with plus to go further down the tree order.
eg: this is what it currently does (on mouseover displays info with sub menu sub next to info beneath Main menu) and dissapers as move away.
Main Help
Info - sub
I would like the following with plus signs next to it, to display all items in main: eg:
+ Main
+ Info
sub
in a new line, I have no clue how - please assist.
Menu page code:
<td>
<ignav:UltraWebMenu id="mnu" JavaScriptFilename="" JavaScriptFileNameCommon="" LeafItemImageUrl="" ParentItemImageUrl=""
StyleSetName="" runat="server" EnhancedRendering="False" ItemPaddingSubMenus="0" ItemPaddingTop="0" ItemSpacingTop="0" SeparatorClass="" MergeStyles="False">
<ItemStyle CssClass="mnuItem"></ItemStyle>
<DisabledStyle ForeColor="LightGray"></DisabledStyle>
<HoverItemStyle Cursor="Default" CssClass="mnuItemHover"></HoverItemStyle>
<IslandStyle BorderStyle="None" Cursor="Default" ></IslandStyle>
<ExpandEffects ShadowColor="LightGray"></ExpandEffects>
<SeparatorStyle CssClass="SeparatorClass" CustomRules="background-repeat:repeat-x; "></SeparatorStyle>
<Levels>
<ignav:Level Index="0" LevelCheckBoxes="False"></ignav:Level>
<ignav:Level Index="1" LevelCheckBoxes="False"></ignav:Level>
</Levels>
<Items>
<ignav:Item TargetUrl="Home.aspx" TagString="" HoverClass="mnuMainHover"
TargetFrame="" CssClass="mnuMain" Text="Home" ToolTip="Navigate to Home"> </ignav:Item>
<ignav:Item TargetUrl="myActionlist.aspx" TagString=""
HoverClass="mnuMainHover" TargetFrame="" CssClass="mnuMain" Text="myActionList" ToolTip="All Activites"></ignav:Item>
<ignav:Item TargetUrl="myProcesslist.aspx" TagString=""
HoverClass="mnuMainHover" TargetFrame="" CssClass="mnuMain" Text="myProcess" ToolTip="Contains a list of all the processes that I can Initiate"></ignav:Item>
</Items>
<MenuClientSideEvents InitializeMenu="" ItemChecked="" ItemClick="" SubMenuDisplay="" ItemHover=""></MenuClientSideEvents>
</ignav:UltraWebMenu>
</td>
Regards
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CH 15 Context Menu - Element Menu Items Razzy The Pug BOOK: Ivor Horton's Beginning Visual C++ 2005 2 November 9th, 2008 03:53 PM
Testing tree structure rjonk XSLT 6 November 16th, 2006 10:11 AM
Need help with tree data structure vidhya_venkat C++ Programming 0 June 14th, 2006 02:13 PM
tree data structure pandjie Java Basics 1 January 16th, 2006 05:15 AM
Creating a Tree Structure pazzuzu C++ Programming 2 February 26th, 2005 12:07 PM



All times are GMT -4. The time now is 03:48 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc