ASP.NET 2.0 Menu Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating an application with a static menu. Is there an easy way to get
the menu control included with 2.0 to have shadows under the sub menus as
well as a border similar to the navigation menu that appears on Microsoft's
web site?
 
Hi,

Thanks for posting!

The dropdown shadow for the menu control almost is implemented by using the
CSS filter which likes below:
filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666',
Direction=135, Strength=32);

Since the Menu control in ASP.NET 2.0 is different with the menu in the
Microsoft site, this is hard to implement. If you supply an e-mail, I'll
send my demo for the current issue. The demo demonstrates the detail
information. Thanks for your understanding!

I'm looking forward your reply.

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
Just noticed this post as I forgot to have it notify me with a response. My
email is (e-mail address removed). Thanks for your help.
 
Hi Nick,

I have sent the demo to you. Thanks!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
I never recieved it... could you resend it to my alternate email?
(e-mail address removed)? THanks...
 
Hi Nick,

I have send it to you again. If you have received it, please reply me.
Thanks!

Regards,

Yuan Ren [MSFT]
Microsoft Online Support
 
Back
Top