This is a migrated thread and some comments may be shown as answers.

Rad Menu Background Image

1 Answer 127 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Rhonda
Top achievements
Rank 1
Rhonda asked on 05 Nov 2010, 05:47 PM
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.

.RadMenu_Black
{
    background:  transparent url(images/img01.jpg) !Important;
}

I put this in the header <style> section of the page. 

1 Answer, 1 is accepted

Sort by
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
Tags
Menu
Asked by
Rhonda
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or