类似于flash的菜单

var indexApp = function(){
	
	var _this = this;
	
	return {
		
		init:function(){
			_this = this;
			_this._menu();
			
		},_menu:function(){
			/* $(".menu>li>a").mouseenter(function(){
				 
				$(this).animate({
						backgroundPositionX:"0px",backgroundPositionY:"+=51px"},400);	
				
		 
			 $(".menu>li>a").mouseleave(function(){
					
					$(this).animate({
						backgroundPositionX:"0px",400);				
			});
			
		
			
			 })*/
			 $(".menu>li.curr").mouseenter(function(){
				 $(".gradient",this).css("display","block"); 
				 
			 })
			  $(".menu>li.curr").mouseleave(function(){
				 $(".gradient","none"); 
				 
			 })
			 $(".menu>li").not(".curr").mouseenter(function(){
				
				$(".gradient","block"); 
				$(this).animate({
				 		backgroundPositionY:-51+"px"
   					 	},{
						step: function(Now,fx){ 

						$(fx.elem).css({"background-position":"0px "+Now+"px"});
						
					
						}
					  }
				);
			 })
			  $(".menu>li").not(".curr").mouseleave(function(){
				$(".gradient","none"); 	
				$(this).animate({
				 		backgroundPositionY:0+"px"
   					 	},fx){ 

						$(fx.elem).css({"background-position":"0px "+Now+"px"});
						
					
						}
					  }
			   );
			 })
			
		}
$(document).ready(function(){

indexApp.init();
})

demo:http://www.imeiya.com/index.html

相关文章

  译序:JWMediaPlayer是开源的网页使用的Flash播放器。本...
    Flash编程原理都是只能将1写为0,而不能将0写成1.所...
 上传setenvgatewayip192.168.1.1;setenvserverip192.168.1...
Error:FlashDownloadFailed-"Cortex-M3"出现一般有...
jPlayer是一个用于控制和播放mp3文件的jQuery插件。它在后台...
#ifndef__FONTUPD_H__#define__FONTUPD_H__#include"sy...