This post originated from an RSS feed registered with .NET Buzz
by Anand M.
Original Post: ASP.NET 2.0 Menu control
Feed Title: .NET From India
Feed URL: http://www.dotnetindia.com/index.rss
Feed Description: Your daily dose of .NET From India
I am playing around with the new ASP.NET 2.0 Menu control. A few problems I faced. Would like to know general feedback on these.
1. When used in the Horizontal aligment and autoformatted with one of the default styles, you get a very disturbing effect when you hover or select an item. This is basically because the hover style bolds and item, which in turn pushes the next item a little bit when this item expands. Is very disturbing when used.
2. When you have a 2nd level sub menu (File->Level1->Level2), then when you go to level 2, the level 1 item does not take the selected Format. This is unlike the default menu behaviour.