473,503 Members | 11,018 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to get rid of the "arrow" on the menus

Hello,

I started to play with asp.net 2.0, I love the new menu control. Right
now I'm trying to get rid of the arrow that shows up when you have a
sub-menu. How can I do this???

Thanks

Marlene
Nov 19 '05 #1
5 1810
why? have your users complained about this? I assume the software you are
building is for your users and not for you. In that case you should probably
ask before attempting to change internal stuff like that.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"heat" <pa******@heat.com> wrote in message
news:#7**************@TK2MSFTNGP15.phx.gbl...
Hello,

I started to play with asp.net 2.0, I love the new menu control. Right
now I'm trying to get rid of the arrow that shows up when you have a
sub-menu. How can I do this???

Thanks

Marlene

Nov 19 '05 #2
I want to be able to manipulate it, maybe change it ....
why??? It's difficult to do
"Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
why? have your users complained about this? I assume the software you are
building is for your users and not for you. In that case you should
probably
ask before attempting to change internal stuff like that.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"heat" <pa******@heat.com> wrote in message
news:#7**************@TK2MSFTNGP15.phx.gbl...
Hello,

I started to play with asp.net 2.0, I love the new menu control. Right
now I'm trying to get rid of the arrow that shows up when you have a
sub-menu. How can I do this???

Thanks

Marlene


Nov 19 '05 #3
I don't have 2.0 handy but if I remember each control uses its own private
directory for resources. In this case the easiet way to proceed would likely
be to just replace the default image with whatever you want (assuming this
is an image) (if this option is not contralable, else you could liekly
adjust this in a skin file or in your code if you have just a single place).

--
Patrice

"heat" <pa******@heat.com> a écrit dans le message de
news:eD**************@TK2MSFTNGP12.phx.gbl...
I want to be able to manipulate it, maybe change it ....
why??? It's difficult to do
"Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
why? have your users complained about this? I assume the software you are building is for your users and not for you. In that case you should
probably
ask before attempting to change internal stuff like that.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"heat" <pa******@heat.com> wrote in message
news:#7**************@TK2MSFTNGP15.phx.gbl...
Hello,

I started to play with asp.net 2.0, I love the new menu control. Right now I'm trying to get rid of the arrow that shows up when you have a
sub-menu. How can I do this???

Thanks

Marlene



Nov 19 '05 #4
If there's a sub-menu, the arrow has to be there.

What you can do, to get rid of the arrows,
is run all the links as primary links with no sub-menus.

i.e., run your sitemap nodes individually, closing each of them :

That's what I did at the ASP.NET FAQ :

<siteMapNode title="The ASP.NET FAQ" url="~/default.aspx" description="Home">
</siteMapNode>
<siteMapNode title="Basic ASP.NET Info" url="~/basic.aspx" description="Basic ASP.NET
Info">
</siteMapNode>

See it running without arrows at : http://asp.net.do/faq/


Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"heat" <pa******@heat.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
Hello,

I started to play with asp.net 2.0, I love the new menu control. Right now I'm trying
to get rid of the arrow that shows up when you have a sub-menu. How can I do this???

Thanks

Marlene

Nov 19 '05 #5
See my reply...

Juan T. Llibre
ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
==========================

"heat" <pa******@heat.com> wrote in message news:eD**************@TK2MSFTNGP12.phx.gbl...
I want to be able to manipulate it, maybe change it ....
why??? It's difficult to do "Alvin Bruney - ASP.NET MVP" <www.lulu.com/owc> wrote in message
news:eF**************@TK2MSFTNGP12.phx.gbl...
why? have your users complained about this? I assume the software you are
building is for your users and not for you. In that case you should probably
ask before attempting to change internal stuff like that.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

"heat" <pa******@heat.com> wrote in message
news:#7**************@TK2MSFTNGP15.phx.gbl...
Hello,

I started to play with asp.net 2.0, I love the new menu control. Right
now I'm trying to get rid of the arrow that shows up when you have a
sub-menu. How can I do this???

Thanks

Marlene



Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
10502
by: Stephan Koser | last post by:
Hi, on my website i have some $rarr; tags - that shows usually a right arrow. Now I have Windows XP Professional and IE 6.0.x and it shows a square with a kind of a star. How can I get a right...
28
2386
by: Alf P. Steinbach | last post by:
A few days ago I posted an "Hello, world!" tutorial, discussed in <url: http://groups.google.no/groups?threadm=41ba4c0a.76869078@news.individual.net>. As I wrote then: <quote> because there...
0
2048
by: R2 | last post by:
Hello I am trying to make some custom menus, popups and toolbars. But, at the end of my toolbar I have a down pointing arrow that opens the Toolbar Options dialog box. Can anyone advise on how to...
35
2682
by: David Cleaver | last post by:
Hello all, I was wondering if there were some sort of limitations on the "if" statement? I'm writing a program which needs to check a bunch of conditions all at the same time (basically). And...
72
4124
by: Paminu | last post by:
In math this expression: (a < b) && (b < c) would be described as: a < b < c But why is it that in C these two expressions evaluate to something different for the same values of a, b and...
9
1864
by: Burak Gunay | last post by:
Hello, In my asp.net 2.0 page, I have a hyperlink with an arrow image <a id="imgtest" href="#"onclick="return hideColumn()"> <img id="imgArrow" src="App_Themes/Trmis/WebResource3.gif"...
15
8893
by: pbd22 | last post by:
Hi. I want to create a tab with a little "active tab" arrow below it to tell the user where they are. An example is here: http://personals.yahoo.com/us/search/dashboard Does anybody know of...
8
4303
mikek12004
by: mikek12004 | last post by:
1) Script Title: Rich HTML Balloon Tooltip 2) Script URL :http://www.dynamicdrive.com/dynamicindex5/balloontooltip.htm 3) Problem Description: See this page General Music for links you can...
0
7294
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7361
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7015
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7470
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5602
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5026
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3173
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
749
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
403
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.