<form name="_ctl0" method="post" action="" id="_ctl0">
<table class="main_table" width="100%" align="center" border="0">
  <tr >
<td height="26" bgcolor="#d5e4f0" style="padding-left:10px;">当前位置:XXXX</td>
  </tr>
<tr>
<td class="ListGuide_TableTd">
</td>
</tr>
<tr>
<td height="30" class="main_table_tr">
<table width="96%" border="0" align="center" cellPadding="0" cellSpacing="0">
<TBODY>
<tr>
  <td  align="center" class="SearchTr">
<input name="btnNavigator" type="button" id="btnNavigator" class="css_btnNavigator" value="导航条"  onMouseOver="expandMenu(null,'menu1',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" />
<input name="btnSave" type="button" class="css_btnSave" id="btnAdd" value="保存" onclick="document.location.href='ProjectNew.htm'" />
<input type="submit" name="btnPrjSta" value="打印" id="print" class="css_btnPrint" onclick="return BeforeCommand();" /></td>
</tr>
</TBODY>
  </table>
  </td>
</tr>
<tr>
<td class="main_table_tr85" id="pk" vAlign="top">
<iframe src="sample.html" name="sample" frameborder="0" scrolling="auto" noresize id="sample" style="height: 100%; width: 100%;"></iframe></td>
</tr>
</table>
</form>
<div id="menu1" class="menu" onMouseOut="hideMe();" style="">
  <a href="sample.html#1" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#2" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#3" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#4" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#5" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#6" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#7" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#8" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
  <a href="sample.html#9" target="sample" onMouseOver="expandMenu('menu1');">xxxx</a><br>
</div>
</body>

解决方案 »

  1.   

    试试看把“当前位置”从表单中移出
    ------------------------------------------
    <div height="26" bgcolor="#d5e4f0" style="padding-left:10px; width:100%">当前位置:XXXX</div><form name="_ctl0" method="post" action="" id="_ctl0">
      <table class="main_table" width="100%" align="center" border="0">
        <tr>
          <td class="ListGuide_TableTd"> </td>
        </tr>
      

  2.   

    哦 可能是div引起的 我把它改成一般的TD试试
      

  3.   

    原因找到了 去掉form 或form放在table里