Hello,
I would like to change the background image for Web20 skin on the RadMenu. -I've tried everything but to no avail.
The items have the backgound image but the remaining menu bar still has the previous image.
Many thanks
| .RadMenu_Web20 |
| { |
| border: 1px solid blue; |
| background: #fff url('../Images/buttonbackground_default.jpg') repeat-x top left; |
| } |
| .RadMenu_Web20 .rmRootGroup .rmLink, |
| .RadMenu_Web20 .rmRootGroup .rmLink:hover |
| { |
| background: #fff url('../Images/buttonbackground_default.jpg') repeat-x top left; |
| height:32px; |
| } |
| .RadMenu_Web20 .rmRootGroup .rmText |
| { |
| color: Blue; |
| } |