Lee Posted February 17, 2007 Share Posted February 17, 2007 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. <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 More sharing options...
fenway Posted February 18, 2007 Share Posted February 18, 2007 What do you mean "upwards"? Link to comment https://forums.phpfreaks.com/topic/38886-upward-scrolling/#findComment-187611 Share on other sites More sharing options...
Lee Posted February 18, 2007 Author Share Posted February 18, 2007 Vertical -up. I tried adding the tag in the opening table tag but it doesnt work. <table width="240" border="0" cellspacing="0" cellpadding="0" marquee scrollamount="5" direction="up"> Basically I want to put images in a table & have them scroll continuously. Thanks Link to comment https://forums.phpfreaks.com/topic/38886-upward-scrolling/#findComment-187867 Share on other sites More sharing options...
fenway Posted February 19, 2007 Share Posted February 19, 2007 Where did you see these expand-o-properties used? Link to comment https://forums.phpfreaks.com/topic/38886-upward-scrolling/#findComment-188506 Share on other sites More sharing options...
Lee Posted February 19, 2007 Author Share Posted February 19, 2007 I can't remember now to be honest, I know it was used to scroll upcoming events & I thought that it would be really handy for my "latest products" box for my shop. Thanks Link to comment https://forums.phpfreaks.com/topic/38886-upward-scrolling/#findComment-189058 Share on other sites More sharing options...
fenway Posted February 20, 2007 Share Posted February 20, 2007 Well, they don't "do" anything on their own... but I suppose you could roll-your-own JS code to do such a thing, with overflows and such. Link to comment https://forums.phpfreaks.com/topic/38886-upward-scrolling/#findComment-189429 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.