關於JS濾鏡的壹段代碼,為什麽我不能正常的輪流顯示4張圖片
<div id="headlineLayer" style="position:absolute; width:219px; height:0px;z-index:37; border: 1px none #000000;FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=1, motion='forward');">
<table id='headline1' width="1200px" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
<a href='#' target="_blank"><img src='f:/pic/beijingh02.jpg' width="90%" height="228" vspace="6" border="0"><br>
0</a></td>
</tr>
</table>
</div>
改成
<div id="headlineLayer" style="position:absolute; width:219px; height:0px;z-index:37; border: 1px none #000000;FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=1, motion='forward');">
</div>
<table id='headline1' width="1200px" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top">
<a href='#' target="_blank"><img src='f:/pic/beijingh02.jpg' width="90%" height="228" vspace="6" border="0"><br>
0</a></td>
</tr>
</table>
這樣就可以了