Page view counter

Navigation Control/ Menu

Last post 04-19-2006 3:33 PM by bhavin78. 7 replies.

Sort Posts:

  • Navigation Control/ Menu

    02-10-2006, 12:35 PM
    • Loading...
    • bhavin78
    • Joined on 09-24-2004, 5:25 AM
    • USA
    • Posts 586
    • Points 2,697

    I am trying to use this but its not working they way I want

    This is what I want my menu to look like

    Home   Add                        Report                              Manage
                    Parent Supplier       Parent Supplier Report     Add
                    Child Supplier         Child Supplier Report       Edit
                                                                                           Delete

    I want the 1st line to be displayed by default and on mouseover it drop downs particualr submenu. What setting I need in menu control?   

                 

  • Re: Navigation Control/ Menu

    02-10-2006, 3:29 PM
    • Loading...
    • bhavin78
    • Joined on 09-24-2004, 5:25 AM
    • USA
    • Posts 586
    • Points 2,697

    I figured out how to do this but, still need to figure out on how to change the arrow next to add ,report,manage.

    And how to put seperation between all the menu items?

  • Re: Navigation Control/ Menu

    02-10-2006, 4:14 PM
    • Loading...
    • dannychen
    • Joined on 08-24-2004, 12:17 PM
    • Redmond, WA
    • Posts 840
    • Points 4,332
    • AspNetTeam
      Moderator

    You can change the arrow with setting the StaticPopOutImageUrl.

    Seperators can be done a variety of different ways.  One way is with the Top/BottomSeperatorImageUrl property.  Another way is to add dummy menuitems that are not selectable inbetween your top level menu items.  And yet another way is to use templating to add seperators along with code to make the first or last seperator (depending on how you do it) not visible.  I'm sure there are also many more ways including using CSS.

    --
    Danny

    disclaimer: Information provided is 'as is' and conveys no warranties or guarantees.
  • Re: Navigation Control/ Menu

    02-13-2006, 9:49 AM
    • Loading...
    • bhavin78
    • Joined on 09-24-2004, 5:25 AM
    • USA
    • Posts 586
    • Points 2,697

    That really helps me to understand. I will try and let you know if I still have some problem.

    Thanks

  • Re: Navigation Control/ Menu

    04-06-2006, 2:21 PM
    • Loading...
    • bhavin78
    • Joined on 09-24-2004, 5:25 AM
    • USA
    • Posts 586
    • Points 2,697
    I am trying to put a image (line) to seperate items how do I control length of that line as every menu item will be different.
  • Re: Navigation Control/ Menu

    04-19-2006, 9:50 AM
    • Loading...
    • bhavin78
    • Joined on 09-24-2004, 5:25 AM
    • USA
    • Posts 586
    • Points 2,697

      For example

    Here's my menu:

    Menu1
       SubMenu1
       -----------
      SubMenu2
       ----------
      Sub
      ----------
      MenuWithMoreText
      ----------

    What do I do so that it looks like this?

    Menu1
       SubMenu1
       ---------------------
      SubMenu2
       ---------------------
      Sub
      ---------------------
      MenuWithMoreText
      ---------------------

  • Re: Navigation Control/ Menu

    04-19-2006, 2:48 PM
    • Loading...
    • haidar_bilal
    • Joined on 07-14-2003, 1:43 AM
    • Lebanon - Beirut
    • Posts 8,726
    • Points 45,563
    • TrustedFriends-MVPs

    What is the difference between the two?

    Regards

    Bilal Hadiar, MCP, MCTS, MCPD, MCT
    Microsoft MVP - Telerik MVP
  • Re: Navigation Control/ Menu

    04-19-2006, 3:33 PM
    • Loading...
    • bhavin78
    • Joined on 09-24-2004, 5:25 AM
    • USA
    • Posts 586
    • Points 2,697
    The line (separator) is not extending.
Page 1 of 1 (8 items)