May
20
Written by:
christopher
5/20/2009 11:03 PM
Here is an example of how to change the .MainMenu_MenuItem css property.
background-color:transparent;
border-style:none;
color:#FFFFFF;
text-align:left;
}
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.
background-color:transparent;
border-color:#FF0000 #FFFFFF;
border-style:solid;
border-width:medium;
color:#FF0000;
text-align:left;
}
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: