Template:WHUcss
From 2011.igem.org
(Difference between revisions)
Line 320: | Line 320: | ||
clearTimeout(mouseout_tid[index]); | clearTimeout(mouseout_tid[index]); | ||
mouseover_tid[index] = setTimeout(function() { | mouseover_tid[index] = setTimeout(function() { | ||
- | jQuery(_self).css({"background":"#BA353E"}).find('ul:eq(0)').slideDown( | + | jQuery(_self).css({"background":"#BA353E"}).find('ul:eq(0)').slideDown(260); |
}, 50); | }, 50); | ||
}, | }, | ||
Line 328: | Line 328: | ||
clearTimeout(mouseover_tid[index]); | clearTimeout(mouseover_tid[index]); | ||
mouseout_tid[index] = setTimeout(function() { | mouseout_tid[index] = setTimeout(function() { | ||
- | jQuery(_self).css({"background":"transparent"}).find('ul:eq(0)').slideUp( | + | jQuery(_self).css({"background":"transparent"}).find('ul:eq(0)').slideUp(90); |
}, 50); | }, 50); | ||
} | } |
Revision as of 16:27, 22 October 2011