jquery - CSS inheritance issue. Help on css please. -


I'm trying to add a flyout from an existing Arction menu that was from. The code is on JSFidle, someone can show me how to limit the bottom of a tag (sign out> Freeze Account> Sub 1) and the flyout menu (My Files> Skydrive> sub) There is also a different background product on the hover for ....)

I am still a newbie in CSS and I have tried some things and I had no luck and I think this CSS The reason for heritage is that I am

Change the color

ul.sub-menu li.sub_nav2 ul li {border-bottom: 1px solid # 000; }

For background color

  ul.sub-menu li.sub_nav2 ul li a: hover {background-color: # f00; }   



Comments