Posted on: 3/31/2014 12:36:02 PM | Views : 428

<div class="body"> I'm trying for a simple left-side vertical navigation menu using the asp:Menu control.  The problem is that the various MenuItems are varying in width depending on the size of the text in them.  So I get a jagged left-menu instead of a nice smooth one where each MenuItem occupies, for example, 200 pixels in a nice blue bar with the menu text in white.
This should be (and I'm sure is) a very simple thing to control.  However the enormous amount of styling options available is a bit overwhelming and after a few hours of experimenting with the obvious and getting nowhere, and a few more hours on Google, MSDN, and StackOverflow with no results, I'm ready to swallow my pride and ask for help.  Thanks in advance for replies.   My code and CSS:
<asp:Menu ID="LeftNavigationMenu"     runat="server"     StaticEnableDefaultPopOutImage="fal ...

Go to the complete details ...