slamdunk Posted February 16, 2009 Posted February 16, 2009 Hi Guys, I have a custom template with a little bit of area on the home page to show some images. The current code of the box (panel_top.php) is below. I tried this fading slideshow contribution http://addons.oscommerce.com/info/5909 but its not scrolling horizontally. Has anyone got a basic javascript to scroll multiple images horizontally from an folder to fit into this area? <?php /* $Id: languages.php,v 1.15 2003/06/09 22:10:48 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ ?> <table cellpadding="0" cellspacing="0" border="0" style="height:193px "> <tr> <td><?php echo tep_image(DIR_WS_IMAGES.'bann.jpg')?></a></td> </tr> </table> Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.