用DW CS4设计的网页,在自带的实时界面中可以正常滚动,但是在浏览器页面中就显示空白,想问一下各位大侠,有没有碰到过类似的问题,或者有别的替代方法也可以,多谢了!以下是我的代码:<tr>
    <td height="30" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr bgcolor="#FFFFFF">
        <td width="350" height="30" align="left">所在位置:首页</td>
        <td height="30" align="right" valign="middle"><marquee  behavior=scroll direction=left width=600 height=30 ><!-- #BeginDate format:fCh2 -->2010年9月19日 星期日 <!-- #EndDate -->&nbsp;</marquee></td>
        </tr>
    </table></td>
</tr>

解决方案 »

  1.   


    <table>
    <tr>
          <td height="30" bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr bgcolor="#FFFFFF">
          <td width="350" height="30" align="left">所在位置:首页</td>
          <td height="30" align="right" valign="middle"><marquee behavior=scroll direction=left width=600 height=30 ><!-- #BeginDate format:fCh2 -->2010年9月19日 星期日 <!-- #EndDate -->&nbsp;</marquee></td>
    </tr>
    </table>
    这个是能正常运行的,楼主你试试把代码分离出去看看,可能是你的那个标签的样式影响到这个了也就是说覆盖住它了