document.writeln(" <script type=\"text\/javascript\">");
document.writeln(" <!--");
document.writeln("document.writeln(\" <div id=\\\"ShowAD\\\" style=\\\"position:absolute; z-index: 100;\\\"> \");");
document.writeln("document.writeln(\" <div id=\\\"ImgLayer\\\" style=\\\"position:absolute; z-index:1; left: 0px;\\\"> \");");
document.writeln("document.writeln(\" <img src=\\\"http:\/\/img.alixixi.com\/new2009.jpg\\\" width=\\\"250\\\" height=\\\"150\\\" border=\\\"0\\\" usemap=\\\"#ivrinMap\\\">\");");
document.writeln("document.writeln(\"<map name=\\\"ivrinMap\\\"><area shape=\\\"rect\\\" coords=\\\"150,0,250,0\\\" href=\\\"#\\\" onclick=\\\"CloseIVR();return false;\\\" target=\\\"_self\\\"><area shape=\\\"rect\\\" coords=\\\"0,1,250,150\\\" href=\\\"http:\/\/www.alixixi.com\\\" target=\\\"_blank\\\"><\/map>\");");
document.writeln("document.writeln(\" <\/div>\");");
document.writeln("document.writeln(\"<\/div>\");");
document.writeln("");
document.writeln("var bodyfrm = ( document.compatMode.toLowerCase()==\"css1compat\" ) ? document.documentElement : document.body;");
document.writeln("var adst = document.getElementById(\"ShowAD\").style;");
document.writeln("adst.top = ( bodyfrm.clientHeight - 150 ) + \"px\";");
document.writeln("adst.left = ( bodyfrm.clientWidth - 250 ) + \"px\";");
document.writeln("function moveR() {");
document.writeln(" adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 150 ) + \"px\";");
document.writeln(" adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 250 ) + \"px\";");
document.writeln("}");
document.writeln("setInterval(\"moveR();\", 80);");
document.writeln("function CloseIVR(){");
document.writeln(" adst.display=\'none\';");
document.writeln("}");
document.writeln(" \/\/-->");
document.writeln(" <\/script>");
document.writeln("");
兼容IE,火狐等多浏览的右下角飘浮广告代码
时间: 2024-09-25 04:37:29
兼容IE,火狐等多浏览的右下角飘浮广告代码的相关文章
jQuery实现右下角悬浮广告代码
HTML 首先准备广告素材,并在body中建立一个用户悬浮的广告主体DIV#pop,设置为不显示,在广告的上部标题栏有关闭按钮,点击关闭时,则关闭隐藏悬浮广告. 代码如下 复制代码 <div id="pop" style="display:none;"> <div id="popHead"> <a id="popClose" title="关闭"
可关闭与最小化的右下角浮动广告代码_广告代码
_× 浮动窗口标题: 浮动窗口内容:欢迎提出宝贵意见,谢谢!
javascript 右下角浮动广告代码
document.writeln("<div id="qqaddiv" style="position:absolute; z-index: 100;"> "); document.writeln("<a href=http://www.111cn.net/ target=_blank onclick='closer()'><img src=/images/xxxxzz.gif border=0>&l
js 右下角浮动广告代码(四种代码)
// 随即广告 document.write("<span id="tmpmsgdiv"></span>"); var randoms=math.floor(math.random()*5+1); if(randoms%2==0){ str="<a href="http://www.111cn.net/?tn=codefans" target="_blank"><img
js 右下角浮动广告代码
网页制作
jQuery右下角悬浮广告实例_jquery
右下角悬浮广告是一种常见的网页广告展示方式,而且对用户浏览有干扰之嫌但对网站收益来说是很受站长们欢迎的.今天我给大家分享一个使用jQuery来实现网页右下角广告的实例.它的优点是可以从右下角缓慢升起,展示一定时间自动消失,并且可以改成网站消息提示窗口. HTML 首先准备广告素材,并在body中建立一个用户悬浮的广告主体DIV#pop,设置为不显示,在广告的上部标题栏有关闭按钮,点击关闭时,则关闭隐藏悬浮广告. <div id="pop" style="display:
基于javascript实现右下角浮动广告效果_javascript技巧
本文实例为大家分享了基于javascript实现右下角浮动广告效果,供大家参考,具体内容如下 效果图: 具体代码: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>右下角广告代码</title> <script type="text/javascript&q
两款右下角浮动广告js代码
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.111cn.net/1999/xhtml"> <head> <title> float message <
兼容多浏览器右下角浮动广告js代码
兼容多浏览器右下角浮动广告js代码 var opp; var wh; var hi; var dialogright = function(title,content,height,width) { var my = this; this._title = title; this._content = content; this._height = height; hi = height; this._width = width; wh = width; this._time =