I have a SharePoint:AspMenu that I would like to have dynamically adjust width. The design has the menu being full width of the page regardless of the number of menu items so I need it to be able to adjust dynamically as buttons are added. I can set the
width manually in the css by giving a specific pixel value but that would need to be readjusted by hand any time the menu items change. I've done something similar in the past with the telerik radmenu by setting the menu item width to 100% but that doesn't
work on this control. Setting the item width to 100% not only doesn't make it full width, but it causes menu items to overlap.
Any help or even a nudge in the right direction will help.
Mark B