日期:2014-05-16  浏览次数:20351 次

为什么我的<marquee>只能循环一次就停了 代码如下
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>竞价大屏</title>
<style type="text/css">
body { background-color:#000000; font-family:Verdana, Geneva, sans-serif; font-weight:bold;}
 .div_jjdp { margin:0px auto; width:100%; height:auto; overflow:hidden;}
   .jjdp_l { margin:10px 0px; float:left; width:100%; height:500px; overflow:hidden;}
     .div_jjdp_l { margin:0px; float:left; width:100%; overflow:hidden; padding:10px;}
   .jjdp_table_l { border-bottom:2px dotted #CCC; text-align:center; font-size:14px; color:#ffff00; width:100%; height:40px;}
 

  .jjdp_h1 { font-size:24px; text-align:center; padding-bottom:10px; margin-bottom:5px; border-bottom:2px solid #FC6; width:100%; color:#FF0000; clear:both;}
  .div_jjdp th { font-size:18px; text-align:center; color:#FF9; vertical-align:middle; height:50px;}
  .div_jjdp_tb { margin-bottom:10px;  border-bottom:2px solid #CCC;}
.zt2 { font-size: 16px;
font-weight: bold;
color: #ffff00;
}
.td_01{width:11%;}
.td_02{width:10%;}
.td_03{width:19%;}
.td_04{width:10%;}
.td_05{width:9%;}
.td_06{width:9%;}
.td_07{width:11%;}
.td_08 { width:8%;}
.td_09 { width:13%;}
</style>
</head>

<body>

<div class="div_jjdp">
<h1 class="jjdp_h1">挂单应价列表信息---供交易所顾客参考</h1>
<table width="100%" border="0" class="div_jjdp_tb" cellspacing="0" cellpadding="0">
  <tr>
    <th class="td_01">挂单日期</th>
    <th class="td_02">商品代码</th>
    <th class="td_03">商品名称</th>
    <th class="td_04">挂单价</th>
    <th class="td_05">挂单量</th>
    <th class="td_06">剩余数量</th>
    <th class="td_07">最小交易单位</th>
    <th class="td_08">规格</th>
    <th class="td_09">挂单截止日</th>
  </tr></table>
<div class="jjdp_l" id="colee">
<div class="div_jjdp_l">
<div id="colee1">

           
                 
                  <#list list?if_exists as goods>
                 <table border="0" cellspacing="0" cellpadding="0" class="jjdp_table_l">
        
    <tr>
    <td class="td_01"> ${goods.createDt?string('yyyyMMdd')}