真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

jquery文字滾動(dòng),jquery數(shù)字滾動(dòng)效果

jquery 實(shí)現(xiàn)文字左右滾動(dòng)

html

在銀川等地區(qū),都構(gòu)建了全面的區(qū)域性戰(zhàn)略布局,加強(qiáng)發(fā)展的系統(tǒng)性、市場前瞻性、產(chǎn)品創(chuàng)新能力,以專注、極致的服務(wù)理念,為客戶提供成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站制作 網(wǎng)站設(shè)計(jì)制作定制網(wǎng)站建設(shè),公司網(wǎng)站建設(shè),企業(yè)網(wǎng)站建設(shè),品牌網(wǎng)站建設(shè),網(wǎng)絡(luò)營銷推廣,成都外貿(mào)網(wǎng)站制作,銀川網(wǎng)站建設(shè)費(fèi)用合理。

head

script type="text/javascript" src="/jquery/jquery.js"/script

script type="text/javascript"

$(document).ready(function () {

$("#start").click(function () {

$("#box").animate({ right: "1500px" }, 4000);

});

});

/script

/head

body

pa href="#" id="start"Start Animation/a/p

div align="right" id="box" style="position:relative"

阿什頓飯卡上及地方了看見卡拉時(shí)間段福建按時(shí)到法律是快遞費(fèi)及卡拉是東方

/div

/body

/html

script src="你 JQ存放的地址 例如/include/123.js"/script

不知道是不是你要的

javascript 或者 jQuery 實(shí)現(xiàn) 文字橫向連續(xù)滾動(dòng)

!DOCTYPE?HTML

html

head

meta?charset=UTF-8?/

titleNothing/title

style?type="text/css"

/style

script

var?create?=?function?(x,?y,?text)

{

var?marquee?=?document.createElement?('marquee');

marquee.style.position?=?'absolute';

marquee.style.left?=?x?+?'px';

marquee.style.top?=?y?+?'px';

marquee.innerText?=?text;

document.body.appendChild?(marquee);

}

window.onload?=?function?()

{

create?(100,?100,?"Look?boddy,?U?got?work?harder?and?put?yourself?to?the?JavaScript,?once?U?learn?the?heart?of?the?JavaScript,?I?can?guarantee?U?win.");

}

/script

/head

body

/body

/html

jquery實(shí)現(xiàn)文字向左循環(huán)滾動(dòng)

根據(jù)你的代碼 我改寫了下 你看著弄吧。

!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""

html xmlns=""

head

meta http-equiv="Content-Type" content="text/html; charset=utf-8" /

title向左滾動(dòng)/title

style type="text/css"

*{

margin:0;

padding:0;

list-style:none;

}

#gundong {

background: #FFF;

overflow:hidden;

border: 1px dashed #CCC;

width: 500px;

font-size: 12px;

height: 20px;

line-height: 20px;

padding: 5px;

}

#gundong a {

color:#333;

}

#gundongAreaMain1 {

float: left;

width: 800%;

}

#gundongAreaMain2, #gundongAreaMain3, #gundongAreaMain2 li, #gundongAreaMain3 li {

float: left;

}

/style

/head

body

div id="gundongAreaMain"

span導(dǎo)讀/span

div id="gundong"

div id="gundongAreaMain1"

ul id="gundongAreaMain2"

lia href="/" target="_blank"strong1111111111111111/strong/a/li

lia href="/" target="_blank"strong2222222222222222/strong/a/li

lia href="/" target="_blank"strong3333333333333333/strong/a/li

lia href="/" target="_blank"strong4444444444444444/strong/a/li

/ul

ul id="gundongAreaMain3"/ul

/div

/div

/div

script

!--

var speed=30; //數(shù)字越大速度越慢

var tab=document.getElementById("gundong");

var tab1=document.getElementById("gundongAreaMain2");

var tab2=document.getElementById("gundongAreaMain3");

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)題:jquery文字滾動(dòng),jquery數(shù)字滾動(dòng)效果
網(wǎng)站地址:http://weahome.cn/article/dsieesg.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部