slamdunk Posted February 16, 2009 Share 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! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.