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

Child Item transparent background

1 Answer 36 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Cheng Lim Sek
Top achievements
Rank 1
Cheng Lim Sek asked on 27 Oct 2009, 08:54 AM
How can i make the child item have transparent background when it is drop down?

Can anyone show to way to do it?

I have try to set the css

.rmItem
{
    background:transparent;
}

but it din't show any effect.

1 Answer, 1 is accepted

Sort by
0
Schlurk
Top achievements
Rank 2
answered on 28 Oct 2009, 09:32 PM
I think you have to define the level you want to change so:
 
.RadMenu .level2     
{      
    backgroundtransparent;          
}    

Would change the transparency on the second level.


Tags
Menu
Asked by
Cheng Lim Sek
Top achievements
Rank 1
Answers by
Schlurk
Top achievements
Rank 2
Share this question
or