when we hover on submenu what i need to do is:
1) all submenu text should be white color #FFF.
2) parent text should be white when submenu is active.
n that's it.

Posted 03 April 2013 - 01:56 PM
Posted 03 April 2013 - 04:30 PM
Posted 03 April 2013 - 04:49 PM
ul:hover li:first-child { color: white; }