Results 1 to 7 of 7

Thread: Remove arrows from ASP.NET 2.0 Menu

  1. #1

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Remove arrows from ASP.NET 2.0 Menu

    Is anybody familiar with how I can remove the "arrow" images from my menu control (ASP.NET 2.0)

    See attached image.
    Attached Images Attached Images  
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  2. #2

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Re: Remove arrows from ASP.NET 2.0 Menu

    Bueller....Bueller...
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  3. #3
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fort Collins, CO
    Posts
    366

    Re: Remove arrows from ASP.NET 2.0 Menu

    I don't get those images in mine, post the control source. Here's mine:
    Code:
    <asp:Menu ID="Menu1" runat="server" Height="20px" Orientation="Horizontal" Width="311px">
                <Items>
                    <asp:MenuItem NavigateUrl="/" Text="Home" ToolTip="Home" Value="Home"></asp:MenuItem>
                    <asp:MenuItem NavigateUrl="http://www.panteravb.com" Text="About" ToolTip="About panteravb.com"
                        Value="About"></asp:MenuItem>
                </Items>
            </asp:Menu>

  4. #4

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Re: Remove arrows from ASP.NET 2.0 Menu

    Yours doesn't appear to have subitems...Mine does.

    Example:
    Code:
    Departments
      -List Departments
      -Add Department
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  5. #5
    Hyperactive Member
    Join Date
    Aug 2002
    Location
    Fort Collins, CO
    Posts
    366

    Re: Remove arrows from ASP.NET 2.0 Menu

    changing PopOutImageUrl on the top level menu item changes that arrow. seems kinda stupid, looks like you'd have to point that at blank gif to get it to not show.

  6. #6

    Thread Starter
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861

    Re: Remove arrows from ASP.NET 2.0 Menu

    I finally got back to this and I discovered what it was.

    Setting the "StaticEnableDefaultPopOutImage" property to False removes the default arrows that get displayed.
    Being educated does not make you intelligent.

    Need a weekend getaway??? Come Visit

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Remove arrows from ASP.NET 2.0 Menu

    These property names just get bigger and bigger.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width