主頁(yè) > 知識(shí)庫(kù) > div圖片marquee無(wú)縫連接實(shí)現(xiàn)代碼

div圖片marquee無(wú)縫連接實(shí)現(xiàn)代碼

熱門(mén)標(biāo)簽:青海保險(xiǎn)智能外呼系統(tǒng)商家 水經(jīng)注萬(wàn)能地圖標(biāo)注 最簡(jiǎn)單的百度地圖標(biāo)注店鋪 錦州企業(yè)外呼系統(tǒng) 禹州電話(huà)外呼系統(tǒng) AI外呼系統(tǒng) 價(jià)格 營(yíng)口400電話(huà)申請(qǐng) 梧州地圖標(biāo)注app 新鄉(xiāng)機(jī)器人外呼系統(tǒng)

復(fù)制代碼
代碼如下:

<html>
<head>
<style type="text/css">
<!--
#demo {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #98CBFF;
margin-bottom: 10px;
margin-left: 5px;
overflow: hidden;
padding: 0 0 5px;
width: 948px;
}
#demo img {
border: 3px solid #F2F2F2;
}
#indemo {
float: left;
width: 800%;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}
.box {
border: 1px solid #98CBFF;
float: left;
margin: 7px 10px;
overflow: hidden;
padding: 5px;
width: 150px;
}
-->
</style>
</head>
<body>

圖片向左無(wú)縫滾動(dòng)
向左滾動(dòng)

復(fù)制代碼
代碼如下:

<div id="demo">
<div id="indemo">
<div id="demo1">
<div class="box">
<a href="#"><img src="http://www.cnrui.cn/other/link/Clear_logo.gif" border="0" /></a>
<p>你號(hào)</p>
hello
</div>
<div class="box">
<a href="#"><img src="http://www.cnrui.cn/other/link/Clear_logo.gif" border="0" /></a>
<p>白癡</p>
stupid
</div>
<div class="box">
<a href="#"><img src="http://www.cnrui.cn/other/link/Clear_logo.gif" border="0" /></a>
</div>
</div>
<div id="demo2"></div>
</div>
</div>
<script>
<!--
var speed=10; //數(shù)字越大速度越慢
var tab=document.getElementById("demo");
var tab1=document.getElementById("demo1");
var tab2=document.getElementById("demo2");
tab2.innerHTML=tab1.innerHTML;
function Marquee(){
if(tab2.offsetWidth-tab.scrollLeft<=0)
tab.scrollLeft-=tab1.offsetWidth
else{
tab.scrollLeft++;
}
}
var MyMar=setInterval(Marquee,speed);
tab.onmouseover=function() {clearInterval(MyMar)};
tab.onmouseout=function() {MyMar=setInterval(Marquee,speed)};
-->
</script>
</body>
</html>

標(biāo)簽:青島 昭通 荊門(mén) 潮州 延邊 懷化 哈密 山南

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《div圖片marquee無(wú)縫連接實(shí)現(xiàn)代碼》,本文關(guān)鍵詞  div,圖片,marquee,無(wú)縫,連接,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《div圖片marquee無(wú)縫連接實(shí)現(xiàn)代碼》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于div圖片marquee無(wú)縫連接實(shí)現(xiàn)代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章