HTML源码:
代码如下:
$("ul.side_nav li").hover(function() {
$(this).find("div").stop()
.animate({ left: "210", opacity: 1 }, "fast")
.css("display", "block")
}, function() {
$(this).find("div").stop()
.animate({ left: "0", opacity: 0 }, "fast")
});
});
script>
Go home!
ASP
Get to know me.
Portfolio
Get to check out my featured work!
Tutorials, articles and resources.
Don't hesitate to drop me a line!
News, Video and so on.