Hey, thank you soooo much for getting back so quickly. Unfortunatly it is still not working. Below is the MENU section of my skin.xml file and the MainMenu_RootMenuItemActive section of my skin.css file:
skin.xml
<Object> <Token>[MENU]</Token> <Settings> <Setting> <Name>Display</Name> <Value>Vertical</Value> </Setting> <Setting> <Name>seperatecss</Name> <Value>True</Value> </Setting> <Setting> <Name>rootmenuitemactivecssclass</Name> <Value>MainMenu_RootMenuItemActive</Value> </Setting> </Settings> </Object>
skin.css
.MainMenu_RootMenuItemActive { background-color: white; height: 12px; border-right: #660000 2px inset; border-top: #660000 2px inset; font-size: 11px; border-left: #660000 2px inset; color: #660000; border-bottom: #660000 2px inset; font-style: italic; font-family: Verdana; }
Thanks again for your quick responses, I really appreciate your help! |