在ie浏览器是正常的,但是在火狐就看不到了,哪位知道怎么改一下?谢谢~
<DIV class=aoyun><SPAN id=span_dt_dt></SPAN> 
  <SCRIPT language=javascript> 
<!-- 
//document.write(""); 
function show_date_time(){ 
window.setTimeout("show_date_time()", 1000); 
BirthDay=new Date("7/28/2012 03:12:00");
today=new Date(); 
timeold=(BirthDay.getTime()-today.getTime()); 
sectimeold=timeold/1000 
secondsold=Math.floor(sectimeold); 
msPerDay=24*60*60*1000 
e_daysold=timeold/msPerDay 
daysold=Math.floor(e_daysold); 
e_hrsold=(e_daysold-daysold)*24; 
hrsold=Math.floor(e_hrsold); 
e_minsold=(e_hrsold-hrsold)*60; 
minsold=Math.floor((e_hrsold-hrsold)*60); 
seconds=Math.floor((e_minsold-minsold)*60); 
span_dt_dt.innerHTML="<align=center><font color=red size=2><strong><u>"+daysold+"天"+hrsold+"小时"+minsold+"分"+seconds+"秒"+"<br><u></strong></font>" ; 

show_date_time(); 
//--> 
</SCRIPT>  
        
    </td>
  </tr>
</table>
</div>
<script type="text/javascript"> 
//<![CDATA[
var tips; var theTop = 150; var old = theTop;
function initFloatTips() {
  tips = document.getElementById('The 2012 Olympic Games');
  moveTips();
};
function moveTips() {
  var tt=50;
  if (window.innerHeight) {
    pos = window.pageYOffset
  }
  else if (document.documentElement && document.documentElement.scrollTop) {
    pos = document.documentElement.scrollTop
  }
  else if (document.body) {
    pos = document.body.scrollTop;
  }
 
  pos=pos-tips.offsetTop+theTop;
  pos=tips.offsetTop+pos/10;

  if (pos < theTop) pos = theTop;
  if (pos != old) {
    tips.style.top = pos+"px";
    tt=10;
//alert(tips.style.top);
  }

  old = pos;
  setTimeout(moveTips,tt);
}
//!]]>
initFloatTips();
</script>