<!--新Google 468x15 橫鏈接單元開始--> <script type="text/javascript"><!-- google_ad_client = "pub-7343546549496470"; /* 468x15 橫鏈接單元 */ google_ad_slot = "5785741422"; google_ad_width = 468; google_ad_height = 15; //--> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><!--新Google 468x15 橫鏈接單元結(jié)束-->
<!-- Feedsky FEED發(fā)布代碼開始 -->
歡迎使用RSS訂閱本Blog
<!-- FEED自動(dòng)發(fā)現(xiàn)標(biāo)記開始 --> <link title="RSS 2.0" type="application/rss+xml" rel="alternate"> <!-- FEED自動(dòng)發(fā)現(xiàn)標(biāo)記結(jié)束 -->
超級(jí)無敵雷人的中國(guó)乒乓球男隊(duì)女隊(duì)精英球員合唱歌曲《乒乒乓乓天下無雙》——
向在奧運(yùn)會(huì)上包攬全部獎(jiǎng)牌的中國(guó)國(guó)球男女乒乓球隊(duì)致敬
a
table
-
tennis
ball
;
a
pingpong
ball
,
table
tennis
;
ping
-
pong
<script src="http://www.cssrain.cn/demo/JQuery+API/jquery-1%5B1%5D.2.1.pack.js"></script><script type="text/javascript"> $(function(){ $("#newnotice").floatdiv(""); $(window).load(function(){ $("div[id=newnotice]").slideDown("slow"); }) $("label[id=tomin]").click(function(){ $("div[id=noticecon]","div[id=newnotice]").slideUp(); }); $("label[id=tomax]").click(function(){ $("div[id=noticecon]","div[id=newnotice]").slideDown(); }); $("label[id=toclose]").click(function(){ $("div[id=newnotice]").hide(); }); }); /*任意位置浮動(dòng)固定層*/ /*沒劍(http://regedit.cnblogs.com) 08-03-11*/ /*說明:可以讓指定的層浮動(dòng)到網(wǎng)頁上的任何位置,當(dāng)滾動(dòng)條滾動(dòng)時(shí)它會(huì)保持在當(dāng)前位置不變,不會(huì)產(chǎn)生閃動(dòng)*/ /*調(diào)用: 1 無參數(shù)調(diào)用:默認(rèn)浮動(dòng)在右下角 $("#id").floatdiv(); 2 內(nèi)置固定位置浮動(dòng) //右下角 $("#id").floatdiv("rightbottom"); //左下角 $("#id").floatdiv("leftbottom"); //左上角 $("#id").floatdiv("lefttop"); //右上角 $("#id").floatdiv("righttop"); //居中 $("#id").floatdiv("middle"); 3 自定義位置浮動(dòng) $("#id").floatdiv({left:"10px",top:"10px"}); 以上參數(shù),設(shè)置浮動(dòng)層在left 10個(gè)像素,top 10個(gè)像素的位置 */ jQuery.fn.floatdiv=function(location){ //ie6要隱藏縱向滾動(dòng)條 var isIE6=false; if($.browser.msie && $.browser.version=="6.0"){ $("html").css("overflow-x","auto").css("overflow-y","hidden"); isIE6=true; }; $("body").css({margin:"0px",padding:"0 10px 0 10px", border:"0px", height:"100%", overflow:"auto" }); return this.each(function(){ var loc;//層的絕對(duì)定位位置 if(location==undefined || location.constructor == String){ switch(location){ case("rightbottom")://右下角 loc={right:"0px",bottom:"0px"}; break; case("leftbottom")://左下角 loc={left:"0px",bottom:"0px"}; break; case("lefttop")://左上角 loc={left:"0px",top:"0px"}; break; case("righttop")://右上角 loc={right:"0px",top:"0px"}; break; case("middle")://居中 var l=0;//居左 var t=0;//居上 var windowWidth,windowHeight;//窗口的高和寬 //取得窗口的高和寬 if (self.innerHeight) { windowWidth=self.innerWidth; windowHeight=self.innerHeight; }else if (document.documentElement&&document.documentElement.clientHeight) { windowWidth=document.documentElement.clientWidth; windowHeight=document.documentElement.clientHeight; } else if (document.body) { windowWidth=document.body.clientWidth; windowHeight=document.body.clientHeight; } l=windowWidth/2-$(this).width()/2; t=windowHeight/2-$(this).height()/2; loc={left:l+"px",top:t+"px"}; break; default://默認(rèn)為右下角 loc={right:"0px",bottom:"0px"}; break; } }else{ loc=location; } $(this).css("z-index","9999").css(loc).css("position","fixed"); if(isIE6){ if(loc.right!=undefined){ $(this).css("right","18px"); } $(this).css("position","absolute"); } }); }; </script><style type="text/css"> html { background:#ccc } #newnotice { display: block; } <!-- #newnotice { /*display:none;*/ width: 250px; /*height:22px;*/; border: solid #9BDF70 1px; background-color: #F0FBEB; } #newnotice p { font-size: 12px; margin: 1px; padding: 0px 2px 0px 5px; background-color: #C2ECA7; color: #666666; height: 20px; line-height: 20px; } #newnotice p .title { float: left; } #newnotice p #bts { display: block; float: right; width: 48px; height: 15px; /*border:#000000 solid 1px;*/ } #newnotice p #bts .button { display: block; float: left; width: 15px; height: 15px; line-height: 15px; cursor: pointer; /*border:#000000 solid 1px;*/ } #newnotice p #bts #tomin { background-image: url(http://img.namipan.com/p/092113faefc3951569e84c0e71dfe4eaf884051d22010000/0/notice_button.gif); background-position: center; } #newnotice p #bts #tomax { background-image: url(http://img.namipan.com/p/092113faefc3951569e84c0e71dfe4eaf884051d22010000/0/notice_button.gif); background-position: bottom; } #newnotice p #bts #toclose { background-image: url(http://img.namipan.com/p/092113faefc3951569e84c0e71dfe4eaf884051d22010000/0/notice_button.gif); } #newnotice div { font-size: 12px; margin: 1px; padding: 0px 5px 0px 5px; background-color: #FFFFFF; color: #999999; height: 600px; weight:125px; line-height: 20px; } --> </style>
最新公告
<script type="text/javascript"><!-- google_ad_client = "pub-7343546549496470"; /* 120x600摩天大樓 右側(cè)浮動(dòng) */ google_ad_slot = "4113179779"; google_ad_width = 120; google_ad_height = 600; //--> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>
<!--Google 468*60橫幅廣告開始--><script type="text/javascript"><!-- google_ad_client = "pub-7343546549496470"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "image"; //2007-07-26: CSDN google_ad_channel = "6063905817"; google_color_border = "6699CC"; google_color_bg = "E6E6E6"; google_color_link = "FFFFFF"; google_color_text = "333333"; google_color_url = "AECCEB"; google_ui_features = "rc:6"; //--> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><!--Google 468*60橫幅廣告結(jié)束--><!--新Google 468*60橫幅廣告開始--><script type="text/javascript"><!-- google_ad_client = "pub-7343546549496470"; /* 468x60, 創(chuàng)建于 08-8-6 */ google_ad_slot = "7368701459"; google_ad_width = 468; google_ad_height = 60; //--> </script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><!--新Google 468*60橫幅廣告結(jié)束-->
<!-- Google Reader shared發(fā)布代碼開始 --><script type="text/javascript" src="http://www.google.com/reader/ui/publisher.js"></script><script type="text/javascript" src="http://www.google.com/reader/public/javascript/user/00697638153916680411/state/com.google/broadcast?n=5&callback=GRC_p%28%7Bc%3A%22green%22%2Ct%3A%22%5Cu8FD9%5Cu4E9B%5Cu6587%5Cu7AE0%5Cu4E5F%5Cu503C%5Cu5F97%5Cu4E00%5Cu770B%22%2Cs%3A%22false%22%7D%29%3Bnew%20GRC"></script><!-- Google Reader shared發(fā)布代碼結(jié)束 -->
向中國(guó)乒乓球隊(duì)致敬