473,569 Members | 2,756 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 1818
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******** ******@TK2MSFTN GP15.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP15.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP15.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="Ho me">
</siteMapNode>
<siteMapNode title="Basic ASP.NET Info" url="~/basic.aspx" description="Ba sic 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******** ********@TK2MSF TNGP15.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP12.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******** ******@TK2MSFTN GP15.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
10506
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 arrow for all browsers and os? -- bye Stephan...
28
2395
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 seems to be a lack of post-standard _correct_ tutorials: <url: http://home.no.net/dubjai/win32cpptut/>. </quote>
0
2055
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 remove this? I have tried various combinations on the Toolbar Properties including un checking "allow customization" but nothing I have tried...
35
2688
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 I'm pretty sure the rest of the program is working just fine. The only thing I could think might be wrong is that the if statement can only hold so...
72
4159
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 c?
9
1872
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" alt="Click" /> </a> WebResource3.gif is an arrow pointing left and when I click on it I
15
8908
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 any examples out there on how to do this? Thanks!
8
4313
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 see without scrolling down the div the tooltip is shown at the desired place but when you scroll donw the div the tooltip's position gets all messed...
0
7924
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8120
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7672
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7968
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6283
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5512
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1212
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.