Code: |
#menu .yui-skin-sam UL LI.yui-menu-item2 A.yuimenubaritemlabel-selected
{
background:url(2.jpg) repeat-x;
color:white;
}
#menu .yui-skin-sam UL LI.yui-menu-item7 .yuimenubaritem-active {
background:url(3.jpg) repeat-x;
color:white;}
#menu .yui-skin-sam UL LI.yui-menu-item7 .yuimenubaritem-active {
background:url(3.jpg) repeat-x;
color:white;}
#menu .yui-skin-sam UL LI.yui-menu-item7 A.yuimenubaritemlabel-selected
{
background:url(3.jpg) repeat-x;
color:white;
}
|
I'm currently using this for my horizontal menu to have different background images for each roll over image category, although I would like the background of the drop-down menu to match this colour. I think I need something similar like the above code for the .yuimenu .bd I believe? is this possible? I looked at the Yahoo documentation and am completely lost. I am trying to learn more CSS while I work on this project although I fear I have bitten off more than I can chew!!
Any help would be greatly appreciated!!!