<script type="text/javascript">
$(function(){
$(".first-menu > li").mouseover(function(){
$(this).find(".first-link").addClass("hover");
$(this).find(".second-menu").stop(true, false).fadeIn(300);
})
$(".first-menu > li").mouseout(function(){
$(this).find(".first-link").removeClass("hover");
$(this).find(".second-menu").stop(true, false).fadeOut(300);
})
$(".third-menu > li").mouseover(function(){
$(this).find(".third-link").addClass("hover");
$(this).find(".fourth-menu").stop(true, false).fadeIn(300);
})
$(".third-menu > li").mouseout(function(){
$(this).find(".third-link").removeClass("hover");
$(this).find(".fourth-menu").stop(true, false).fadeOut(300);
})
})
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
