ilyasbasheer
05-02-2010, 11:18 PM
i want to create a text scroll yhat was ok
like this
<marquee behavior="scroll" direction="up" width="140" height="340" scrollamount=1 scrolldelay=60 onmouseover="this.stop()" onmouseout="this.start()">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>fdfdf</td>
</tr>
<tr>
<td>gfgf</td>
</tr>
<tr>
<td>gfgfdg</td>
</tr>
<tr>
<td>fgfgf</td>
</tr>
<tr>
<td>fgfgf</td>
</tr>
</table>
</marquee>
but i want to this text scroll work with the read of xml file .
what i do for it.
like this
<marquee behavior="scroll" direction="up" width="140" height="340" scrollamount=1 scrolldelay=60 onmouseover="this.stop()" onmouseout="this.start()">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>fdfdf</td>
</tr>
<tr>
<td>gfgf</td>
</tr>
<tr>
<td>gfgfdg</td>
</tr>
<tr>
<td>fgfgf</td>
</tr>
<tr>
<td>fgfgf</td>
</tr>
</table>
</marquee>
but i want to this text scroll work with the read of xml file .
what i do for it.