Jquery mouse over div slideUp and mouse out div slideDown
问题 Here is my code http://jsfiddle.net/AB6J3/7/ you can see, edit, etc. When I roll over to red border box, the orange box should slide up and at mouse out it should slide down. it works well for the other way, but when I change slideDown to slideUp, it doesnt work :/ what am I missing? Appreciate helps. <!DOCTYPE html> <html> <head> <style> div#monster { background:#de9a44; margin:3px; width:80px; height:40px; display:none; float:left; position:absolute; right:10px; top:0; } #clickk {width:40px