Would some kind soul please help me out with using the NavMenu properly!? My code for the skin object is like this . . .
< TD id=navHContainer align="left" nowrap valign="middle" width="100%"> < Snapsis:NavMenu id=ParentTabs CacheTabs="false" DisplayIcon="True" Type="Hover" Level="0-5" runat="server">< /Snapsis:NavMenu>< /TD>< BR >
. . with the navHContainer in the style sheet like this . . . #navHContainer { left:400px; top:110px; display:block; width:600px; } The above code produces a vertical menu that is an expanded unordered list, like this . . . http://net.agent16.com/nas2/jcplayground/Home/HomeJCNavMenu/tabid/187/Default.aspx How can I make this a horizontal menu that looks like this . . . http://net.agent16.com/nas2/jcplayground/Home/NavMenuDemoHH/tabid/188/Default.aspx I would be grateful for any coaching! jc
|