|
|
Best books about Javasript
|
JAVASCRIPT scrolling text in table
cell
See
the following scrolling text in a table cell.
Welcome
to kidslovepc.com. Learn java,javascript, HTML. |
How
to do it? It use timer to control the srolling speed. Copy
the following code to <head></head> section
Add
the following code to your page.
<table width="427" height="34" border="1" align="center">
<tr>
<td bgcolor="#000000"><p class="style1" id="myad">Welcome
to kidslovepc.com. Learn
java,javascript, HTML.</p></td>
</tr>
</table>
|
|
|
|