www.360buy.com 他首页最上面那个可关闭的广告效果是怎么做出来的?有这样的代码不?

解决方案 »

  1.   

    <script type="text/javascript">(function(){function showThumb(){$("#header").css({"z-index":10,"position":"relative"}).append("<img id='freefale-thumb' src='http://misc.360buyimg.com/da/book/76x61_20101029.jpg'width='76' height='61' style='position:absolute;top:0;right:0;cursor:pointer;' onclick=\"$(this).hide(function(){$('#freefale').show();})\"/>")}var img,width,height=70,url="http://www.360buy.com/book.html";if(screen.width>=1280){img="http://misc.360buyimg.com/da/book/1200x70_21101029.jpg";width="1200"}else{img="http://misc.360buyimg.com/da/book/980x70_21101029.jpg";width="980"}$("#header").before("<div id='freefale' clstag='homepage|keycount|homepage|freefale' style='width:"+width+"px;height:"+height+"px;margin:8px auto 0;position:relative;'><div style='position:absolute;cursor:pointer;background:#fff;filter:alpha(opacity=0);opacity:0;top:5px;right:15px;width:20px;height:20px;' onclick=\"$('#freefale').slideUp(function(){if ($('#freefale-thumb').length>=1){$('#freefale-thumb').show();}else{showThumb();}})\"></div><a href='"+url+"' target='_blank'><img src='"+img+"' width='"+width+"' height='"+height+"'/></a></div>");setTimeout(function(){$('#freefale').slideUp(function(){showThumb()})},5000)})();</script>
    查看源码能扒出来
      

  2.   

    肯定还有别的代码JQUERY的代码你弄下来了吗