Hello everyone,
I am editing the following master page which my current SharePoint site is using (I am using SharePoint 2007 + Windows Server 2008),
http://www.mediafire.com/file/mmvj5ijgm3j/BlueBand.master
Currently, I am using the hard-coded value "120" to set the width of the left navigation bar, here is the related code in the master file, my question is, how to set the width of left navigation bar to be automatically changed according to the max length of items on left navigration bar?
<SharePoint:AspMenu ID="CurrentNav" width="120" runat="server" datasourceID="SiteMapDS" orientation="Vertical" StaticDisplayLevels="2" MaximumDynamicDisplayLevels="0" StaticSubMenuIndent="1" ItemWrap="true" AccessKey="3" CssClass="leftNav" SkipLinkText="<%$Resources:cms,masterpages_skiplinktext%>">
thanks in advance, George