I can't figure out for the life of me how to specify the width of the [NAV] element...
Could anyone give me a hand, please?
Thanks...
-jim
<Object>
<Token>[NAV]</Token>
<Settings>
<Setting>
<Name>IndicateChildren</Name>
<Value>False</Value>
</Setting>
<Setting>
<Name>CSSControl</Name>
<Value>MenuBar</Value>
</Setting>
<Setting>
<Name>CSSNodeRoot</Name>
<Value>MainMenu</Value>
</Setting>
<Setting>
<Name>CSSNodeHoverRoot</Name>
<Value>MainMenu_Hover</Value>
</Setting>
<Setting>
<Name>CSSNodeSub</Name>
<Value>MainMenuSub</Value>
</Setting>
<Setting>
<Name>CSSNodeHoverSub</Name>
<Value>MainMenu_HoverSub</Value>
</Setting>
<Setting>
<Name>CSSIcon</Name>
<Value>MainMenu_MenuIcon</Value>
</Setting>
<Setting>
<Name>CSSIndicateChildSub</Name>
<Value>MainMenu_MenuIcon</Value>
</Setting>
<Setting>
<Name>CSSIndicateChildRoot</Name>
<Value>MainMenu_MenuIcon</Value>
</Setting>
</Settings>
</Object>
.MenuBar
{
width:960px;
height:50px;
background-color:Aqua;
}
.MainMenu,
.MainMenu_Hover
{
height:50px;
font-family:Trebuchet MS;
color:White;
font-weight:bold;
font-size:9pt;
width:240px;
}
.MainMenu_Hover
{
background: url('images/Menu_On.gif') repeat-x top left;
cursor:pointer;
border:#788c93 2px solid;
}