注册 登录
编程论坛 ASP.NET技术论坛

关于滚动栏问题

kak4 发布于 2008-03-22 19:40, 573 次点击
我在FLASH下开个了滚动栏,但与下边栏目之间有太多的空白。请问怎么修改啊。谢谢
代码:
      <table width="583" border="0" valign="top"  align="TOP" cellpadding="0" cellspacing="0">
        <tr>
          <td valign="top" align="top" width="583"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.,0,0,0" width="583" height="85" align="top">
              <param name="movie" value="flash/yd1.swf">
              <param name="quality" value="high">
              <param name="wmode" value="transparent">
              <embed src="flash/yd1.swf" quality="high" pluginspage="http://www. type="application/x-shockwave-flash" width="583" height="85" ; align="top">
              </embed>
          </object></td>
        </tr>
        
      </table>
     
      <table width="582" height="13" border="0" cellpadding="0" cellspacing="2">
  <tr>
    <td><iframe width=582 height=13 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src='http://finance.'></iframe></td>
  </tr>
  </table>
 </td>
  </tr>
2 回复
#2
仰望星空2008-03-23 00:23
缩小flash的给定高度试试
比如把width="583" height="85"改成width="583" height="70"
#3
寂寞的刺猬2008-03-23 17:04
造成这个的原因很多,单纯靠看前台代码不太好判断,初步判断是css样式的事情
1