I am currently using a customized drop down menu created with Superfish. My goal is to incorporate an independent fade-in effect for the drop down menu. The background color should change on mouseover and the drop-down box should fade in gradually.
You can view the menu in action on Fiddle: http://jsfiddle.net/g9usjkto/2/
I have attempted the following code:
transition: background 1s;
-webkit-transition: background 1s;
-moz-transition: background 1s;
-o-transition: background 1s;
Thank you and best regards, Danny77.