SyntaxFix
Write A Post
Hire A Developer
Questions
try using .animate instead of .css or even just on the opacity one and leave .css on the display?? may b
jQuery(document).ready(function(){ if (jQuery('#nav .drop').animate('display') === 'block') { jQuery('#main').animate('opacity') = '0.6';