Hi, I have recently upgraded the NavMenu to 3.1. It was working fine before but now the RightSpan is not working. I have added the following code on the skin divid="ParentTabsContainer"> <Snapsis:NavMenuid="ParentTabs"Level="0-0"LinkRightSpan="True"Recurse="False"Type="Tabs"ExcludeTabs="^Admin$,^Host$"runat="server"/><Snapsis:NavMenuid="AdminHostList"Level="0"Type="SelectList"IncludeTabs="^Admin$,^Host$"runat="server"LinkRightSpan="True"/>div> I have added the following code to the style sheet #ParentTabs .LinkRight { padding:0px;width:10px;margin:0px;background:url(navDivGrey_Half.gif)no-repeatcenter; } It doesn't work, the strange thing is if I change the skin and style sheet to LinkLeftSpan and LinkLeft it works. I have tried different cases with no luck. Thanks for your help in advance. < |