I want to change the color of li which contains anchor when the mouse go over it, I make like this
If you're wanting a nice hover effect then you'll want jquery, you'll also need jquery-color.js, the code is below:
HTML Markup:
Home Fixtures Results Tables Constitution Contact Us
CSS:
#menu ul li .dummyclass { /*Dummy class to aid hovering with jQuery*/ }