I am trying to change the main background image of my radmenu. I want it to match the header logo of the page. I have tried the code below but it doesn't work.
I put this in the header <style> section of the page.
1 Answer, 1 is accepted
0
Accepted
Kamen Bundev
Telerik team
answered on 07 Nov 2010, 03:57 PM
Hello Rhonda,
RadMenu background is set on .rmRootGroup element, try if this rule works: .RadMenu_Black .rmRootGroup
{
background: transparent url(images/img01.jpg) !Important;
}
Best wishes,
Kamen Bundev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items