天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

無間斷滾動(dòng)的新聞文章列表,兼容IE、Firefox和Opera,符合W3C標(biāo)準(zhǔn)。可作Marquee

<!--Quirks Mode-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type"content="text/html; charset=utf-8" />
<title>Fifty Studio│無間斷滾動(dòng)的新聞文章列表</title>
<link rel="stylesheet" type="text/css" href="/tutorials/demo/css/main.css" />
<!--[if IE]><style>
@import url("/tutorials/demo/css/ie.css");
</style><![endif]-->
<style type="text/css">
<!--
a{background:#FFF; color:#333;}
a:hover{background:#FFF;color: #C00;}
#demo ul{text-align: left; }
#demo li a{line-height:2em; padding-left:1.5em;background: #F7F7F7 url(/img/arrow_l2_over.gif) no-repeat 0 50%;display: block;margin-bottom: 1px;}
#FGWrapper{width: 400px; margin:2em auto; background:#EEE;}
#demo{overflow:hidden; width: 390px;height: 150px; background:#FFF;margin: 5px;float: left;display: inline;}
#desc{ font-size: 1em; padding:0 10px 10px; clear:both;text-align:left;}
#copyright{float: right;}
-->
</style>
<noscript>
<style type="text/css">
#demo{overflow:auto; }
}
</style>
</noscript>
</head>
<body>
<div id="ForestganWrap">
  <div id="forestganHeader"> <a href="/"><img src="/img/logo.gif" width="170" height="40" alt="Fifty Studio" class="logo" /></a>
    <h1>CSS 布局演示 CSS Layout by Forestgan</h1>
    <h2 id="demo_date">2006-11-1 發(fā)表</h2>
  </div>
  <div id="forestganMiddle"> <div id="FGWrapper">
<div id="demo">
<div id="demo1">
<ul>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=1&id=76" title="三列自適應(yīng)寬度液態(tài)布局│Three Column Liquid Layouts">三列自適應(yīng)寬度液態(tài)布局│Three Column Liquid Layouts </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=4&id=75" title="InterNET Explorer 7 對(duì)CSS的兼容--Box Model Changes">InterNET Explorer 7 對(duì)CSS的兼容--Box Model Changes </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=1&id=74" title="未知大小的圖片在一個(gè)已知大小容器中的水平和垂直居中(二)">未知大小的圖片在一個(gè)已知大小容器中的水平和垂直居中(二) </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=4&id=73" title="為不同的瀏覽器載入不同CSS的二種方法CSS Browser Selector">為不同的瀏覽器載入不同CSS的二種方法CSS Browser Selector </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=4&id=72" title="用ASP程序模擬實(shí)現(xiàn)first-child的功能">用ASP程序模擬實(shí)現(xiàn)first-child的功能 </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=1&id=71" title="本地檢驗(yàn)網(wǎng)頁是否符合標(biāo)準(zhǔn)的幾種方法">本地檢驗(yàn)網(wǎng)頁是否符合標(biāo)準(zhǔn)的幾種方法 </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=6&id=70" title="Accessibility和General Developer工具">Accessibility和General Developer工具 </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=1&id=69" title="未知總寬度的列表菜單水平居中的解決方案">未知總寬度的列表菜單水平居中的解決方案 </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=4&id=68" title="為機(jī)器人程序準(zhǔn)備的robots.txt文件">為機(jī)器人程序準(zhǔn)備的robots.txt文件 </a></li>
    <li><a href="http://www.forest53.com/tutorials/tutorials_show.ASP?sortid=1&id=67" title="未知大小圖片在已知容器中的垂直和水平居中問題">未知大小圖片在已知容器中的垂直和水平居中問題 </a></li>
</ul>
</div>
<div id="demo2"> </div>
<script type="text/Javascript">
    //圖片無間斷滾動(dòng)代碼,兼容IE、Firefox、Opera
    //原腳本是IE only,來自網(wǎng)上,作者未知
    //部分內(nèi)容是由forestgan為了JS代碼標(biāo)準(zhǔn)化,兼容以gecko為內(nèi)核的瀏覽器于2006-10-30重寫
    //http://www.forest53.com
    var speed=40;
    var FGDemo=document.getElementById('demo');
    var FGDemo1=document.getElementById('demo1');
    var FGDemo2=document.getElementById('demo2');
    FGDemo2.innerHTML=FGDemo1.innerHTML
    function Marquee1(){
    if(FGDemo2.offsetHeight-FGDemo.scrollTop<=0)
    FGDemo.scrollTop-=FGDemo1.offsetHeight
    else{
    FGDemo.scrollTop++
    }
    }
    var MyMar1=setInterval(Marquee1,speed)
    FGDemo.onmouseover=function() {clearInterval(MyMar1)}
    FGDemo.onmouseout=function() {MyMar1=setInterval(Marquee1,speed)}
</script> </div>
<div id="desc"><a href="http://www.forest53.com"><span id="copyright">Design by Forestgan</span></a>文章列表無間斷滾動(dòng)演示</div>
</div> </div>
</div>
<div id="forestganFooter">
  <address>
  演示頁面設(shè)計(jì)制作: <a href="http://www.forest53.com">Forestgan</a>   采用<a href="http://www.creativecommons.cn/">創(chuàng)作共用授權(quán)</a>--署名和非商業(yè)用途<br /><a href="Javascript:history.back()">返回前一頁</a>
  </address>
</div>
<noscript>
<p>google-analytics</p>
</noscript>
<script src="/js/copyrightdemo.js" type="text/Javascript"></script>
<noscript><p>my stat</p></noscript>
</body>
</html>

[Ctrl+A 全選 注:如需引入外部Js需刷新才能執(zhí)行]

JavaScript技術(shù)無間斷滾動(dòng)的新聞文章列表,兼容IE、Firefox和Opera,符合W3C標(biāo)準(zhǔn)。可作Marquee,轉(zhuǎn)載需保留來源!

鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請(qǐng)第一時(shí)間聯(lián)系我們修改或刪除,多謝。

主站蜘蛛池模板: 92国产精品午夜免费福利视频 | 囯产愉拍亚洲精品一区 | 国产 亚洲 另类 欧美 在线 | 亚洲无AV在线中文字幕 | 日韩亚洲中文欧美在线 | 国产午夜精品不卡视频 | 久久免费视频 | 丝袜足控免费网站xx91 | 欧美激情性AAAAA片欧美 | 成人在免费观看视频国产 | 天天综合网网欲色 | 麻豆精品无码久久久久久久久 | 无羞耻肉动漫在线观看 | 天上人间影院久久国产 | 国产成人免费高清在线观看 | 日本性hd | 久久99热成人精品国产 | 久久国产精品人妻中文 | 年轻的朋友4在线看中文字幕 | 51国产午夜精品免费视频 | 99九九精品国产高清自在线 | 精品无码无人网站免费视频 | 一本大道香蕉中文在线视频观看 | 无码国产成人777爽死在线观看 | s8sp视频高清在线播放 | 撕烂衣服扒开胸罩揉爆胸 | 免费看到湿的小黄文软件APP | 皮皮色狼网 | www黄色com | 真实国产精品视频国产网 | 国产精品久久久久成人免费 | 儿子日母亲B好爽 | 日本九九热在线观看官网 | 羞羞漫画免费漫画页面在线看漫画秋蝉 | 制服丝袜第一页 | 插曲的痛30分钟视频最新章节 | 92精品国产成人观看免费 | 在线播放一区二区精品产 | 大陆女人内谢69XXXORG | 小妇人电影免费完整观看2021 | 欧美亚洲国产激情一区二区 |