Menu Control - ASP.NET 2.0

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

I have been experimenting with the new menu control. It is acutally quite
nice. When you set the ImageURL, is there a way to have roll over images?
Rollovers are pretty much the standard for websites and they seem to not be
part of any asp.net controls when they very well could be.

jay
 
Rollovers are pretty much the standard for websites and they seem to not
be part of any asp.net controls when they very well could be.
it's probably because rollover can be handled in many ways to do many
things... you could replace an image, you could change the background
color, you could change the style like increasing borders or anything
else...

I hope it helps
 
Hi Jay,

Since the Menu control's certain ImageUrl just let us specify a image file,
it'll be hard for us to apply other style or script behavior on it.
However, if possible you can consider using some dynamic GIF for those
certain popout or separator image .....

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "ThunderMusic" <NOdanlatSPAM@hotmaildotcom>
| References: <[email protected]>
| Subject: Re: Menu Control - ASP.NET 2.0
| Date: Wed, 11 Jan 2006 16:41:41 -0500
| Lines: 11
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-RFC2646: Format=Flowed; Response
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| X-Antivirus: avast! (VPS 0602-2, 2006-01-11), Outbound message
| X-Antivirus-Status: Clean
| Message-ID: <#[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 66.254.36.122
| Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP15.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:370194
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| > Rollovers are pretty much the standard for websites and they seem to
not
| > be part of any asp.net controls when they very well could be.
| >
| it's probably because rollover can be handled in many ways to do many
| things... you could replace an image, you could change the background
| color, you could change the style like increasing borders or anything
| else...
|
| I hope it helps
|
|
|
 
No, that is not it.

A rollover or hover graphic is just a graphic. The are millions of ways you
can create a rollover graphic. That is irrelevant. For many server
controls I should just be able to specify a normal image URL and a rollover
image URL. The server control would then create the javascript necessary to
implement the rollover effect. I do this all the time but it would be so
much easier to have this capability in serveral server controls -- buttons,
menus, etc.

You should also be able to specify a selected image URL.

The asp.net team missed a great opportunity by not including this in asp.net
2.0.

Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top