博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
html中设计对联,js实现很实用的对联广告代码 可自适应高度
阅读量:5106 次
发布时间:2019-06-13

本文共 1274 字,大约阅读时间需要 4 分钟。

f34f65b1f78ff28d80ce67c7a567bb78.jpg

html

head

-="-Type"=";=GBK"/

简洁对联广告代码

="JavaScript"type="text/javascript"

lastScrollY=0;

functionheartBeat(){

vardiffY;

if(document.documentElement&&document.documentElement.scrollTop)

diffY=document.documentElement.scrollTop;

elseif(document.body)

diffY=document.body.scrollTop

else

{/*Netscapestuff*/}

//alert(diffY);

percent=.1*(diffY-lastScrollY);

if(percent0)percent=Math.ceil(percent);

elsepercent=Math.floor(percent);

document.getElementById("lovexin12").style.top=parseInt(document.getElementById

("lovexin12").style.top)+percent+"px";

document.getElementById("lovexin14").style.top=parseInt(document.getElementById

("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent;

//alert(lastScrollY);

}

suspendcode12="DIVid=\"lovexin12\"style='left:2px;POSITION:absolute;TOP:120px;'ad1/div"

suspendcode14="DIVid=\"lovexin14\"style='right:2px;POSITION:absolute;TOP:120px;'ad2/div"

document.write(suspendcode12);

document.write(suspendcode14);

window.setInterval("heartBeat()",1);

/script

styletype="text/css"

!--

#lovexin12,#lovexin14{

width:100px;

height:230px;

background-color:yellow;

border:2pxsolidred;

}

html,body{

height:800px;

}

#mm{

height:800px;

}

--

/style

/head

body

divid="mm"

基于JS+CSS+DIV的网页对联广告代码

/div

/body

/html

希望本文所述对大家的JavaScript程序设计有所帮助。

转载地址:http://heudv.baihongyu.com/

你可能感兴趣的文章
获得进程可执行文件的路径: GetModuleFileNameEx, GetProcessImageFileName, QueryFullProcessImageName...
查看>>
证件照(1寸2寸)拍摄处理知识汇总
查看>>
罗马数字与阿拉伯数字转换
查看>>
Eclipse 反编译之 JadClipse
查看>>
Python入门-函数
查看>>
[HDU5727]Necklace(二分图最大匹配,枚举)
查看>>
距离公式汇总以及Python实现
查看>>
设计模式之装饰者模式
查看>>
一道不知道哪里来的容斥题
查看>>
Blender Python UV 学习
查看>>
window添加右键菜单
查看>>
入手腾龙SP AF90mm MACRO
查看>>
Window7上搭建symfony开发环境(PEAR)
查看>>
Linux内核态、用户态简介与IntelCPU特权级别--Ring0-3
查看>>
第23月第24天 git命令 .git-credentials git rm --cached git stash clear
查看>>
java SE :标准输入/输出
查看>>
一些方便系统诊断的bash函数
查看>>
jquery中ajax返回值无法传递到上层函数
查看>>
css3之transform-origin
查看>>
[转]JavaScript快速检测浏览器对CSS3特性的支持
查看>>