Refer to this fiddle Please.
What I am trying to do is on hovering on a-tag inside #menu ul li, the background-color color of #header-bottom must also changed as of similar to background-color of the a-tag.
How can I achieve this?
UPDATE
Done this with CSS only yippie! 🙂 Here is the fiddle
Here is a jQuery method (sorry too much effort to make this javascript only for me). It could be translated though.
http://jsfiddle.net/PCbVs/9/
Or with jQuery UI animated style transitions.
http://jsfiddle.net/PCbVs/10/