kk48323201 发表于 2013-2-7 14:30:51

javascript 底部浮动广告_兼容IE6_兼容IE7_兼容FF

今天无意中看见一个医院的底部浮动广告不错
//底部固定广告,兼容IE6.IE7,IE8// JavaScript Documentdocument.writeln("<style type=\"text\/css\">");document.writeln("body {background-image:url(text.txt);background-attachment:fixed;}");document.writeln("\/*-----底部通栏咨询----*\/");document.writeln("#bottom{ z-index:1000;width:100%; position:fixed; height:53px; left:0; bottom:0;}");document.writeln("#bottom{_position:absolute; \/* for IE6 *\/");document.writeln("_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); \/* for IE6 *\/}");document.writeln("#bottom .bottom_pf {margin:0 auto; width:984px; position:relative; height:53px; overflow:hidden; background:url(http:\/\/www.szjianguo.com\/dbzx\/pf_bg02.gif) no-repeat 0 0}");document.writeln("#bottom .bottom_pf ul{ width:1300px; margin:0; padding:0; text-indent:-999999px}");document.writeln("#bottom .bottom_pf li a{ display:block; width:984px; height:53px;}");document.writeln("#bottom .bottom_pf li{ float:left; display:inline;}");document.writeln("#st{ margin-right:0}");document.writeln("<\/style>");document.writeln("<div id=\"bottom\">");document.writeln("<div class=\"bottom_pf\">");document.writeln("    <ul>");document.writeln("      <li><a href=\"http:\/\/lr.zoosnet.net\/LR\/Chatpre.aspx?id=LEF98719465&lng=cn\" target=\"_blank\" title=\"在线咨询\"> <\/a><\/li>");document.writeln("    <\/ul>");document.writeln("<\/div>");document.writeln("<\/div>");

自行调试,可以在代码中直接添加
<script src="http://www.7xigu.com/js/dibufudong.js" type="text/javascript"></script>

看得懂代码的可以自己修改下
页: [1]
查看完整版本: javascript 底部浮动广告_兼容IE6_兼容IE7_兼容FF