hi
I am phasing five record from database.Now
I want to see this record in vertically scrolling
in continue manner.actually I am using php for phase
the record from database and for scrolling I am using
html marquee.but in this case not possible to show
continue manner how can possible.
code:
$scroll_latest=function scroll(5); //To phase the record from database
<table border="1" width="171" height="200" bordercolorlight="#FFFFFF" bordercolordark="#33CCCC" bordercolor="#33CCCC" bgcolor="#D9F2F2" cellspacing="0">
<tr>
<td align="center" valign="center" width="121" bgcolor="#33CCCC" bordercolor="#33CCCC">
<font face="Verdana" size="2" color="#FFFFFF"><b>Latest
News</b></font></td>
<td valign="top" align="right" width="34" height="27" bordercolor="#33CCCC" bgcolor="#33CCCC"> <a href='javascript:cl()'><img src="../images/close.gif" width="13" height="13" border="0"></a></td>
</tr>
<tr>
<td width="161" colspan="2" height="38" valign="top" align="left"> <marquee height="200" scrollamount="2" direction="up" loop="INFINITE" BEHAVIOR="SCROLL" SCROLLDELAY="1" onmouseover="this.stop()" onmouseout="this.start()" >
<?
echo"$scroll_latest";
?>
</marquee></td>
</tr>
</table>
regards
pallab.