erk
09-26-2005, 04:00 PM
Hello,
i'm VERY new and i need some help. my problem is when a curser is placed over an "up" and "down" arrow on my page, a part of the table is suppossed to automatically move up, or down. but it isn't..so if this makes any sense, i'd appreciate any suggestions you may have.
thanks!
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20" rowspan="3"> </td>
<td><p><font size="5" face="Unicorn">From Medford</font></p></td>
</tr>
<tr>
<td height="135" valign="top" bgcolor="DBE7F4"
> <iframe name="new" width="200" height="170" frameborder="0" scrolling="no" src="new.html"></iframe>
</td>
</tr>
<tr>
<td height="18">
<p align="right"> <a href="#" onMouseOver="scrollspeed=-2" onMouseOut="scrollspeed=0"><img src="blueraku/arrowup.JPG" alt="up" width="10" height="10"></a>
<a href="#" onMouseOver="scrollspeed=2" onMouseOut="scrollspeed=0"><img src="blueraku/arrowdown.JPG" alt="down" width="10" height="10"></a>
</td>
</tr>
</table></td>
i'm VERY new and i need some help. my problem is when a curser is placed over an "up" and "down" arrow on my page, a part of the table is suppossed to automatically move up, or down. but it isn't..so if this makes any sense, i'd appreciate any suggestions you may have.
thanks!
<table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20" rowspan="3"> </td>
<td><p><font size="5" face="Unicorn">From Medford</font></p></td>
</tr>
<tr>
<td height="135" valign="top" bgcolor="DBE7F4"
> <iframe name="new" width="200" height="170" frameborder="0" scrolling="no" src="new.html"></iframe>
</td>
</tr>
<tr>
<td height="18">
<p align="right"> <a href="#" onMouseOver="scrollspeed=-2" onMouseOut="scrollspeed=0"><img src="blueraku/arrowup.JPG" alt="up" width="10" height="10"></a>
<a href="#" onMouseOver="scrollspeed=2" onMouseOut="scrollspeed=0"><img src="blueraku/arrowdown.JPG" alt="down" width="10" height="10"></a>
</td>
</tr>
</table></td>