Jump to content

Upward scrolling


Lee

Recommended Posts

I have nested a table inside a table & I want it to scroll upwards.

Here is the code I used, but it doesn't scroll. Does anyone have a solution?

Thanks in advance. ;D

<table width="240" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="20" align="center" valign="middle" background="images/sub-section-top.gif" class="WhiteHeader">Latest Products </td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg">
<table width="240" border="0" cellspacing="0" cellpadding="0" marquee scrollamount="5" direction="up">
        <tr>
            <td height="198" align="center" valign="middle" class="sub-bg"><img src="images/products/Unicum_pot200.jpg" width="200" height="187" /></td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg"><p> <span class="maintext">New Unicum gel......A true all-in one gel<br />
              <a href="products/uvgel/unicum/index.php" class="links">MORE..</a></span></p>              </td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg"> </td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg"> </td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg"> </td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg"> </td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg"> </td>
          </tr>
          <tr>
            <td align="center" valign="middle" class="sub-bg"> </td>
          </tr>
            </table></td>
          </tr>
  
          <tr>
            <td height="10" align="center" valign="middle" background="images/sub-bottom.gif"></td>
          </tr>
        </table>

Link to comment
https://forums.phpfreaks.com/topic/38886-upward-scrolling/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.