数据处理中……
技术库
|
站长工具
|
技术手册
|
字体库
|
知识点词汇表
|
联系我们
|
打开本页的html静态页面
主菜单
站点首页
技术手册
字体库
知识点 词汇表
站长工具
高级搜索
联系我们
站点地图
文章分类
.Net技术
Asp技术
JSP技术
PHP技术
Silverlight
WEB其它杂谈
WEB制作相关
PhotoShop
网页三剑客
网页特效代码库
WEB技术相关
Windows专区
数据库开发
水晶报表
网站运营知识
网管知识专栏
软件工程
.:
WEB制作相关
.:
网页特效代码库
.:
网页广告特效:在页面中漂浮动的广告
输入您的搜索字词
提交搜索表单
热门关键词:
全文内容
发表评论
文章点评
文章附件
Email文章
打印文章
网页广告特效:在页面中漂浮动的广告
点击次数:543 创建日期:12-27-2007 录入:
cn-web.com
字体:[
大
中
小
] 点评:
网页广告特效:在页面中漂浮动的广告,漂浮一段时间然后自动关闭隐藏。
您可以将广告换为图片或者文字链接等内容。
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>无标题文档</title> </head> <body> 漂浮广告,您可以将广告换为图片或者文字链接等内容。 <DIV id=img1 style="Z-INDEX: 100; LEFT: 2px; WIDTH: 59px; POSITION: absolute; TOP: 43px; HEIGHT: 61px; visibility: visible;"> <a href="http://www.cn-web.com"><img src="" border=0></a> </DIV> <script language="javascript"> <!-- var xPos = 300; var yPos = 200; var step = 1; var delay = 30; var height = 0; var Hoffset = 0; var Woffset = 0; var yon = 0; var xon = 0; var pause = true; var interval; img1.style.top = yPos; function changePos() { width = document.body.clientWidth; height = document.body.clientHeight; Hoffset = img1.offsetHeight; Woffset = img1.offsetWidth; img1.style.left = xPos + document.body.scrollLeft; img1.style.top = yPos + document.body.scrollTop; if (yon) {yPos = yPos + step;} else {yPos = yPos - step;} if (yPos < 0) {yon = 1;yPos = 0;} if (yPos >= (height - Hoffset)) {yon = 0;yPos = (height - Hoffset);} if (xon) {xPos = xPos + step;} else {xPos = xPos - step;} if (xPos < 0) {xon = 1;xPos = 0;} if (xPos >= (width - Woffset)) {xon = 0;xPos = (width - Woffset); } } function start() { img1.visibility = "visible"; interval = setInterval('changePos()', delay); } function pause_resume() { if(pause) { clearInterval(interval); pause = false;} else { interval = setInterval('changePos()',delay); pause = true; } } start(); --> </script> </body> </html>
请文明参与讨论,禁止漫骂攻击。
评论总数:0
条
[ 查看全部 ]
网友评论
此文章还没有任何评论!
(+5分)
(+4分)
(+3分)
(+2分)
(+1分)
此内容无附件
网站地图
-
知识词汇
-
全文检索
-
广告服务
-
帮助中心
-
联系我们
.:
www.cn-web.com
网站技术开发联盟之WEB开发技术知识库
联系人:老韩(QQ:5679551)
晋ICP备07003487号