我说下布局..大家帮我看看为什么..<div id="fd" style="display:none;filter:alpha(opacity=100);opacity:1;">
</div>
<table>
<tr>
......
<tr>
...
<tb><div>....
...
</table><table>
<form>
........
</form>
</table>下面的是主要的..在有些电脑上显示的位置都往下挪了很多..但是刷新下会恢复的 <div class="mainDiv" id=mailContainerDiv>
<table width="1000"  border="0" align="center" cellpadding="4" cellspacing="1" bgcolor="#0000FF">
  <tr align="center" bgcolor="#0099FF" class="fixedHeaderTr" >
.....
.....
</table>
</div>.mainDiv
{
  overflow:auto; 
  scrollbar-face-color:9999ff;   
  /*高度*/
  height:83%; 
  /*宽度   */  
  width:100%;    
}
.fixedHeaderTr{ z-index:10; position:relative; top:expression(this.offsetParent.scrollTop); }#fd
{
  width:800px;
  height:500px;
  background:#EDF1F8;
  border:2px solid #849BCA;
  margin-top:2px;
  margin-left:2px;
  float:left;
  overflow:hidden;
  position:absolute;
  left:300px;
  bottom:100px;
  cursor:move;
  float:left;
}