Creating same-width hit-zones on MenuItems in ASP.NET 2.0 Menus that include MenuItems added at runt
- by Cary Jensen
In an ASP.NET 2.0 application, I want to permit a user to select a MenuItem, even if the user does not click the actual text of the MenuItem, but instead only clicks the highlight area that ASP.NET places around the currently selected MenuItem (represented by the DynamicHoverStyle.BackColor property). Since the BackColor is displayed the same width…