<script> var firefox = navigator.userAgent.indexOf('Firefox') != -1; function MouseWheel(e) { ///对img按下鼠标滚路,阻止视窗滚动 e = e || window.event; if (e.stopPropagation) e.stopPropagation(); else e.cancelBubble = true; if (e.preventDefault) e.preventDefault(
<script type="text/javascript"> $(".Banner ul li").bind('mouseover', function() { var cur = $(this).index(); function action() { $(".Banner ol li").eq(cur).fadeIn(800); $