Example: .easyMenu { border: 1px solid #D4D0C8; background-color: #D4D0C8; }
Example: .easyMenuItemContainer { border: 1px solid #000000; }
Example: .easyMenuItem { font-family: Verdana; font-size: 11px; background-color: gray; } .easyMenuItemOver { font-family: Verdana; font-size: 11px; background-color: yellow; }
Example: .easyMenuItemIconCell { text-align: center; width: 20px; } .easyMenuItemIconCellOver { text-align: center; width: 20px; }
Example: .easyMenuItemLeftRoundCornerCell { width: 12px; background-image: url(roundcorner_left.jpg); background-repeat: no-repeat; background-position: 0px 0px; } .easyMenuItemLeftRoundCornerCellOver { width: 12px; background-image: url(roundcorner_left_over.jpg); background-repeat: no-repeat; background-position: 0px 0px; }
Example: .easyMenuItemContentCell { font-family: Tahoma; font-size: 11px; text-decoration: none; } .easyMenuItemContentCellOver { font-family: Tahoma; font-size: 11px; text-decoration: underline; }
Example: .easyMenuSeparator { height: 3px; font-size: 1px; background-color: red; } .easyMenuSeparatorOver { height: 3px; font-size: 1px; background-color: yellow; }
Example: .easyMenuSeparatorIconCell { width: 20px; } .easyMenuSeparatorIconCellOver { width: 20px; }
Example: .easyMenuSeparatorContentCell { font-family: Verdana; font-weight: bold; } .easyMenuSeparatorContentCellOver { font-family: Verdana; font-weight: normal; }
Example: .easyMenuItemSubMenuCellOver { width: 10px; padding: 2px; background-image: url('submenu.gif'); } .easyMenuItemSubMenuCellOverOver { width: 10px; padding: 2px; background-image: url('submenuover.gif'); }
Example: .easyMenuItemRightRoundCornerCell { width: 12px; background-image: url(roundcorner_right.jpg); background-repeat: no-repeat; background-position: 0px 0px; } .easyMenuItemRightRoundCornerCellOver { width: 12px; background-image: url(roundcorner_right_over.jpg); background-repeat: no-repeat; background-position: 0px 0px; }