Name: Anonymous 2013-05-29 20:01
Bit new to web design here, and in need of a bit of help.
How would I get the image in the first table division to move over to the second unoccupied table division, using Javascript in my external file.
I suck at this whole javascript thing so far, any help gets a thanks in advance.
<div id="IndexAnimated">
<table border="1px">
<tr>
<td align="left" width="450" height="200">
<img src="images/animated.jpg" width="200" height="200">
</td>
<td align="right" width="450" height="200">
</td>
</table>
Thanks in Advance.
How would I get the image in the first table division to move over to the second unoccupied table division, using Javascript in my external file.
I suck at this whole javascript thing so far, any help gets a thanks in advance.
<div id="IndexAnimated">
<table border="1px">
<tr>
<td align="left" width="450" height="200">
<img src="images/animated.jpg" width="200" height="200">
</td>
<td align="right" width="450" height="200">
</td>
</table>
Thanks in Advance.