Search
May 20

Written by: christopher
5/20/2009 11:03 PM 

Here is an example of how to change the .MainMenu_MenuItem css property.
 
.MainMenu_MenuItem {skin.css (line 77)
background-color:transparent;
border-style:none;
color:#FFFFFF;
text-align:left;
}
.MainMenu_MenuItem {default.css (line 736)
background-color:transparent;
border-color:white;
border-style:solid;
border-width:1px 0;
color:black;
cursor:pointer;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-style:normal;
font-weight:bold;
}

Here is the menu with red text and a medium border that's red and white.

.MainMenu_MenuItem {skin.css (line 77)
background-color:transparent;
border-color:#FF0000 #FFFFFF;
border-style:solid;
border-width:medium;
color:#FF0000;
text-align:left;
}
.MainMenu_MenuItem {default.css (line 736)
background-color:transparent;
border-color:white;
border-style:solid;
border-width:1px 0;
color:black;
cursor:pointer;
font-family:Tahoma,Arial,Helvetica;
font-size:9pt;
font-style:normal;
font-weight:bold;
}
   
   

Tags:
 Blog List
 Search Blog
 Blog Archive
HOME | CONTACT | SUPPORT