当前位置:首页 > 代码 > 正文

网页右下角漂浮广告代码(网页右下角漂浮广告代码怎么去掉)

admin 发布:2023-05-17 23:30 107


今天给各位分享网页右下角漂浮广告代码的知识,其中也会对网页右下角漂浮广告代码怎么去掉进行解释,如果能碰巧解决你现在面临的问题,别忘了关注本站,现在开始吧!

本文目录一览:

网页右边跟随滚动条上下移动的小广告是怎么做的?请高手给我代码

左栏浮动广告

script language=javascript裂吵var specialcode="DIV id=searchspe style='Z-INDEX: script language=javascriptvar specialcode="DIV id=searchspe style='Z-INDEX: 100; right: 1px; POSITION: absolute; TOP: 180px;'TABLE cellSpacing=0 cellPadding=0 width=150 style='border-left:1px solid #2E6287;border-top:1px solid #2E6287;border-right:1px solid #2E6287;font-size:12px;color:#ffffff; border-bottom-color:#2E6287; border-bottom-width:1px'TR bgcolor=#2E6287TD height=20 推荐↓/TDTD style='CURSOR: hand' onclick=searchspe.style.visibility='hidden' width=30关 闭/TD/TR/TABLEtable border='1' width='150' height='500' bordercolor='#2E6287'trtd广告内容/td/tr/table/DIV";document.write(specialcode);lastScrollY=0;function heartBeat0(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);if(percent0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe.style.pixelTop+=percent;lastScrollY=lastScrollY+percent;}window.setInterval("heartBeat0()",1);/script

右栏浮动广告

script language=javascriptvar specialcode="DIV id=searchspe style='Z-INDEX: 100; left: 1px; POSITION: absolute; TOP: 50px;'TABLE cellSpacing=0 cellPadding=0 width=360 style='卖隐border-left:1px solid #333333;border-top:1px solid #333333;border-right:1px solid #333333;font-size:12px;color:#ffffff'TR bgcolor=#2E6287肆配侍TD height=20 推荐↓/TDTD style='CURSOR: hand' onclick=searchspe.style.visibility='hidden' width=30关 闭/TD/TR/TABLEtable border='1' width='150' id='table1' bordercolor='#2E6287' height='500'trtd广告内容/td/tr/table/DIV";document.write(specialcode);lastScrollY=0;function heartBeat0(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);if(percent0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe.style.pixelTop+=percent;lastScrollY=lastScrollY+percent;}window.setInterval("heartBeat0()",1);/script

左栏固定广告

DIV id=searchspe style='Z-INDEX: 100; left: 1px; POSITION: absolute; TOP: 50px;'TABLE cellSpacing=0 cellPadding=0 width=360 style='border-left:1px solid #333333;border-top:1px solid #333333;border-right:1px solid #333333;font-size:12px;color:#ffffff'TR bgcolor=#2E6287TD height=20 推荐↓/TDTD style='CURSOR: hand' onclick=searchspe.style.visibility='hidden' width=30关 闭/TD/TR/TABLE广告内容/DIV

右栏固定广告

DIV id=searchspe style='Z-INDEX: 100; right: 1px; POSITION: absolute; TOP: 50px;'TABLE cellSpacing=0 cellPadding=0 width=360 style='border-left:1px solid #333333;border-top:1px solid #333333;border-right:1px solid #333333;font-size:12px;color:#ffffff'TR bgcolor=#2E6287TD height=20 推荐↓/TDTD style='CURSOR: hand' onclick=searchspe.style.visibility='hidden' width=30关 闭/TD/TR/TABLE广告内容/DIV

漂浮广告代码

div id="img" style="position:absolute;; width: 200; height: 151"广告内容/div

script LANGUAGE="JavaScript"

var xPos = 20;

var yPos = 10;

img.style.left= xPos;

img.style.top = yPos;

var step = 1;

var delay = 30;

var width,height,Hoffset,Woffset;

var y = 1;

var x = 1;

var interval;

img.visibility = "visible";

function changePos()

{

width = document.body.clientWidth;

height = document.body.clientHeight;

Hoffset = img.offsetHeight;

Woffset = img.offsetWidth;

if (y)

{

yPos = yPos + step;

}

else

{

yPos = yPos - step;

}

if (yPos 0)

{

y = 1;

yPos = 0;

}

if (yPos = (height - Hoffset))

{

y = 0;

yPos = (height - Hoffset);

}

if (x)

{

xPos = xPos + step;

}

else

{

xPos = xPos - step;

}

if (xPos 0)

{

x = 1;

xPos = 0;

}

if (xPos = (width - Woffset))

{

x = 0;

xPos = (width - Woffset);

}

img.style.left = xPos + document.body.scrollLeft;

img.style.top = yPos + document.body.scrollTop;

}

function start()

{

interval = setInterval('changePos()', delay);

}

function pause_resume()

{

clearInterval(interval);

}

start();

/script

固定对联

DIV id=searchspe style='Z-INDEX: 100; right: 5px; POSITION: absolute; TOP: 50px;'TABLE cellSpacing=0 cellPadding=0 width=150 style='font-size:12px;color:#ffffff'TR bgcolor=#C54A00TD height=20 推荐↓/TDTD style='CURSOR: hand' onclick=searchspe.style.visibility='hidden' width=30关 闭/TD/TR/TABLE

广告内容/DIVDIV id=searchspe2 style='Z-INDEX: 100; left: 5px; POSITION: absolute; TOP: 50px;'TABLE cellSpacing=0 cellPadding=0 width=150 style='font-size:12px;color:#ffffff'TR bgcolor=#12BDFFTD height=20 推荐↓/TDTD style='CURSOR: hand' onclick=searchspe2.style.visibility='hidden' width=30关 闭/TD/TR/TABLE

广告内容/DIV

随动对联

script language=javascriptfunction close163news(){searchspe.style.visibility='hidden';searchspe2.style.visibility='hidden';} var specialcode="DIV id=searchspe style='Z-INDEX: 100; right: 1px; POSITION: absolute; TOP: 30px;'TABLE cellSpacing=0 cellPadding=0 width=150 style='font-size:12px;color:#ffffff'TR bgcolor=#C54A00TD height=20 推荐↓/TDTD style='CURSOR: hand' onclick='close163news()' width=30关 闭/TD/TR/TABLE广告内容/DIV";document.write(specialcode);lastScrollX=0;function heartBeat0(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollX);if(percent0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe.style.pixelTop+=percent;lastScrollX=lastScrollX+percent;}window.setInterval("heartBeat0()",1);var specialcode2="DIV id=searchspe2 style='Z-INDEX: 100; left: 1px; POSITION: absolute; TOP: 30px;'TABLE cellSpacing=0 cellPadding=0 width=150 style='font-size:12px;color:#ffffff'TR bgcolor=#12BDFFTD height=20 推荐↓/TDTD style='CURSOR: hand' onclick='close163news()' width=30关 闭/TD/TR/TABLE广告内容/DIV";document.write(specialcode2);lastScrollY=0;function heartBeat1(){diffY=document.body.scrollTop;percent=.1*(diffY-lastScrollY);if(percent0)percent=Math.ceil(percent);else percent=Math.floor(percent);document.all.searchspe2.style.pixelTop+=percent;lastScrollY=lastScrollY+percent;}window.setInterval("heartBeat1()",1);/script

qq好友上线广告代码

!-- 代码开始 请将下面的代码放到body结束标签之前--

DIV id=eMeng

style="BORDER-RIGHT: #455690 1px solid; BORDER-TOP: #a6b4cf 1px solid; Z-INDEX: 99999; LEFT: 64px; VISIBILITY: hidden; BORDER-LEFT: #a6b4cf 1px solid; WIDTH: 168px; BORDER-BOTTOM: #455690 1px solid; POSITION: absolute; TOP: 374px; HEIGHT: 115px; BACKGROUND-COLOR: #c9d3f3"

TABLE style="BORDER-TOP: #ffffff 1px solid; BORDER-LEFT: #ffffff 1px solid"

cellSpacing=0 cellPadding=0 width="100%" bgColor=#cfdef4 border=0

TBODY

TR

TD

style="FONT-SIZE: 12px; BACKGROUND-IMAGE: none; COLOR: #0f2c8c"

width=30 height=24 /TD

TD

style="PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 12px; BACKGROUND-IMAGE: none; COLOR: #1f336b; PADDING-TOP: 4px"

vAlign=center width="100%"span class="style13"本站提示/span/TD

TD vAlign=center align=right width=19 2px? padding-top: 2px;

padding-right:SPAN title=关闭

style="FONT-WEIGHT: bold; FONT-SIZE: 12px; CURSOR: hand; COLOR: red; MARGIN-RIGHT: 4px"

onclick=closeDiv()×/SPAN/TD/TR

TR

TD

style="PADDING-RIGHT: 1px; BACKGROUND-IMAGE: none; PADDING-BOTTOM: 1px"

colSpan=3 height=90DIV

style="BORDER-RIGHT: #b9c9ef 1px solid; PADDING-RIGHT: 13px; BORDER-TOP: #728eb8 1px solid; PADDING-LEFT: 13px; FONT-SIZE: 12px; PADDING-BOTTOM: 13px; BORDER-LEFT: #728eb8 1px solid; WIDTH: 100%; COLOR: #1f336b; PADDING-TOP: 18px; BORDER-BOTTOM: #b9c9ef 1px solid; HEIGHT: 100%"

div align="left" span style="text-decoration: none"

FONT

color=#FF0000仿造qq好友上线br

center /center

/FONT/span/div

/DIV/td/tr/table

SCRIPT language=JavaScript

window.onload = getMsg;

window.onresize = resizeDiv;

window.onerror = function(){}

var divTop,divLeft,divWidth,divHeight,docHeight,docWidth,objTimer,i = 0;

function getMsg()

{

try{

divTop = parseInt(document.getElementById("eMeng").style.top,10)

divLeft = parseInt(document.getElementById("eMeng").style.left,10)

divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)

divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)

docWidth = document.body.clientWidth;

docHeight = document.body.clientHeight;

document.getElementById("eMeng").style.top = parseInt(document.body.scrollTop,10) + docHeight + 10;// divHeight

document.getElementById("eMeng").style.left = parseInt(document.body.scrollLeft,10) + docWidth - divWidth

document.getElementById("eMeng").style.visibility="visible"

objTimer = window.setInterval("moveDiv()",10)

}

catch(e){}

}

function resizeDiv()

{

try{

divHeight = parseInt(document.getElementById("eMeng").offsetHeight,10)

divWidth = parseInt(document.getElementById("eMeng").offsetWidth,10)

docWidth = document.body.clientWidth;

docHeight = document.body.clientHeight;

document.getElementById("eMeng").style.top = docHeight - divHeight + parseInt(document.body.scrollTop,10)

document.getElementById("eMeng").style.left = docWidth - divWidth + parseInt(document.body.scrollLeft,10)

}

catch(e){}

}

function moveDiv()

{

try

{

if(parseInt(document.getElementById("eMeng").style.top,10) = (docHeight - divHeight + parseInt(document.body.scrollTop,10)))

{

window.clearInterval(objTimer)

objTimer = window.setInterval("resizeDiv()",1)

}

divTop = parseInt(document.getElementById("eMeng").style.top,10)

document.getElementById("eMeng").style.top = divTop - 1

}

catch(e){}

}

function closeDiv()

{

document.getElementById('eMeng').style.visibility='hidden';

if(objTimer) window.clearInterval(objTimer)

}

/SCRIPT

!-- 代码复制结束 --

JS漂浮广告代码

给个简单的 也需引入jquery

Html:

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

html

head

title/title

script type="text/javascript" src="jquery-1.4.2.min.js"/script

script type="text/javascript"

$(function(){

$('#showWin').click(showWin);

function showWin(){

$('#floatWin').show('slow');

}

})

/script

/head

body

button id="showWin"显示窗口/button

div id="floatWin"

style="right:0px;bottom:0px;display:none; width: 200px;height: 200px; background-color: #cccccc;position: absolute;"

/div

/body

/html

最近项目里正好有类似需求 代码给出来供你研究下 需要jQuery支持

有什么疑问可以hi我

(function(){

$(function(){

$.ajax({

url: messagePath+'messageBox.do',

//

dataType:'json',

success:function(json){

alert(json);

showMessages(json);

}

});

})

function showMessages(json){

if(json.messagecount0){

var messageBox ="div id=\"OTOS_MESSAGEBOX_CONTAINER\""+

" table id=\"OTOS_MESSAGEBOX_HEADER\" width=\"100%\" cellpadding=\"0\" cellspacing=\"0\梁敏""+

" tr"+

"

td id=\"OTOS_MESSAGEBOX_HEADER_TEXT\"/td"+

"

td align=\"right\" width=\"20\"img id=\"OTOS_MESSAGEBOX_CLOSE\" style=\"cursor: pointer;\" src=\"resources/images/close.gif\"/td"+

" /tr"+

" /table"誉猜+

" table id=\"OTOS_MESSAGEBOX_CONTEXT_TITLE_TABLE\" width=\"100%\""+

" tr id=\"OTOS_MESSAGEBOX_CONTEXT_TABLE_HEADER\""+

"

td标题/td"+

"

td width=\"橡虚枝50\"类型/td"+

"

td width=\"40\"发送人/td"+

" /tr"+

" /table"+

" div id=\"OTOS_MESSAGEBOX_CONTEXT\""+

" table id=\"OTOS_MESSAGEBOX_CONTEXT_TABLE\" width=\"100%\"/table"+

" /div"+

"/div";

$('body').append(messageBox);

//

$('#OTOS_MESSAGEBOX_CONTAINER').jqDrag("#OTOS_MESSAGEBOX_HEADER");

$('#OTOS_MESSAGEBOX_HEADER_TEXT').text("您有"+json.messagecount+"条未读消息!");

$('#OTOS_MESSAGEBOX_CLOSE').bind('click',closeMessageBox);

$('#OTOS_MESSAGEBOX_CONTAINER').show('slow');

for(var i=0;ijson.list.length;i++){

var map = json.list[i];

$('#OTOS_MESSAGEBOX_CONTEXT_TABLE').append("tr onClick=\"toViewMessage("+map.id+",+"+map.mid+")\" class=\"OTOS_MESSAGEBOX_CONTEXT_TABLE_TR\"td"+cutTitle(map.title)+"/tdtd width=\"50\" nowarp"+map.type+"/tdtd width=\"40\""+map.sender+"/td/tr");

}

$('#OTOS_MESSAGEBOX_CONTEXT_TABLE').verticalRoll({parentid:'OTOS_MESSAGEBOX_CONTEXT'});

}

}

// 纵向滚动

$.fn.verticalRoll = function(options) {

var opts = $.extend({}, $.fn.verticalRoll.defaults, options);

if(!opts.parentid||$('#'+opts.parentid).size()1){

alert('父级不存在');

return false;

}

var $p = $('#'+opts.parentid);

var $t = $(this);

if($t.attr('tagName')!='TABLE'){

alert('不是table');

return false;

}

var s = $t.find('tr').size()

$p.css('overflow','hidden');

$t.css('position','absolute');

if(s5){

window.setInterval(function(){

var temp = $t.find('tr:first');

temp.fadeOut('slow',function(){

$t.append(temp);

temp.sho

关于网页右下角漂浮广告代码和网页右下角漂浮广告代码怎么去掉的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站。

版权说明:如非注明,本站文章均为 AH站长 原创,转载请注明出处和附带本文链接;

本文地址:http://ahzz.com.cn/post/45098.html


取消回复欢迎 发表评论:

分享到

温馨提示

下载成功了么?或者链接失效了?

联系我们反馈

立即下载