Jul 30th, 2005, 12:26 AM
#1
Thread Starter
Frenzied Member
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
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
Aug 9th, 2005, 12:42 PM
#2
Thread Starter
Frenzied Member
Re: Remove arrows from ASP.NET 2.0 Menu
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
Aug 9th, 2005, 08:58 PM
#3
Hyperactive Member
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>
Aug 15th, 2005, 02:59 PM
#4
Thread Starter
Frenzied Member
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
Aug 15th, 2005, 08:13 PM
#5
Hyperactive Member
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.
Jun 2nd, 2006, 03:44 PM
#6
Thread Starter
Frenzied Member
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
Jun 2nd, 2006, 04:07 PM
#7
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
Forum Rules
Click Here to Expand Forum to Full Width