一条辉
小狐狸
小狐狸
  • UID15715
  • 注册日期2006-11-15
  • 最后登录2006-11-21
  • 发帖数5
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
阅读:4497回复:4

如何使这段广告代码适合FF...

楼主#
更多 发布于:2006-11-15 13:22
http://www.blueidea.com/articleimg/2006 ... /index.htm

谢谢大家了  

注  我已经根据楼下的ie/ff兼容问题修改了下 还是没法解决 只有请教大家了
hnstxx
千年狐狸
千年狐狸
  • UID1952
  • 注册日期2005-01-09
  • 最后登录2013-05-14
  • 发帖数4977
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2006-11-15 13:22
那个楼下?
MM:你是个外表冷酷,内心却很甜蜜的男人。
一条辉
小狐狸
小狐狸
  • UID15715
  • 注册日期2006-11-15
  • 最后登录2006-11-21
  • 发帖数5
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
2楼#
发布于:2006-11-15 13:22
那个楼下指下面那个帖子:
JS的IE和Firefox兼容性汇编[zz]
CrossBud
黄金狐狸
黄金狐狸
  • UID7038
  • 注册日期2005-06-29
  • 最后登录2016-08-31
  • 发帖数5948
  • 经验12枚
  • 威望2点
  • 贡献值40点
  • 好评度20点
  • 社区居民
3楼#
发布于:2006-11-15 13:22
BlueIdea怎么变成了这样,根本无法显示网页?
一条辉
小狐狸
小狐狸
  • UID15715
  • 注册日期2006-11-15
  • 最后登录2006-11-21
  • 发帖数5
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
4楼#
发布于:2006-11-15 13:22
源码如下了:  请各位看看呢

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body {
background-color: #000033;
}
-->
</style></head>

<body>
<table width="728"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="989"><div id=icefable1>
        <table width="728"  border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="728" height="60" bgcolor="#0099CC">1</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#00FFCC">2</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#99FF00">3</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#00CCFF">4</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#FF9900">5</td>
          </tr>
          <tr>
            <td height="60" bgcolor="#FFFF33">6</td>
          </tr>
        </table>
        <script>
marqueesHeight=60;
stopscroll=false;
with(icefable1){
 style.width=0;
 style.height=marqueesHeight;
 style.overflowX="visible";
 style.overflowY="hidden";
 noWrap=true;
 onmouseover=new Function("stopscroll=true");
 onmouseout=new Function("stopscroll=false");
  }
  preTop=0; currentTop=marqueesHeight; stoptime=0;
  icefable1.innerHTML+=icefable1.innerHTML;
  

function init_srolltext(){
  icefable1.scrollTop=0;
  setInterval("scrollUp()",1);
}init_srolltext();

function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==marqueesHeight+1)
  {
   stoptime+=1;
   currentTop-=1;
   if(stoptime==300)
   {
   currentTop=0;
   stoptime=0;  
   }
  }
  else {  
 preTop=icefable1.scrollTop;
 icefable1.scrollTop+=1;
 if(preTop==icefable1.scrollTop){
   icefable1.scrollTop=marqueesHeight;
   icefable1.scrollTop+=1;
   
 }
  }

}
init_srolltext();
    </script>
    </div>
</td>
  </tr>
  <tr>
    <td height="145" bgcolor="#0066FF">&nbsp;</td>
  </tr>
</table>
</body>
</html>
游客

返回顶部