forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: sixf00t4 on December 08, 2003, 08:19:16 am

Title: change scrolling direction
Post by: sixf00t4 on December 08, 2003, 08:19:16 am
how can i change the scrolling direction of block-CPG-scroll-Last_pictures_thumb.php to scroll vertically just like block-scroll-Last_pictures_thumb.php did in the previous version?  right now, it scrolls horizontally.
Title: change scrolling direction
Post by: gtroll on December 09, 2003, 01:54:01 am
Code: [Select]
<MARQUEE loop="1" behavior="SLIDE" direction="up" height="150" scrollamount="1" scrolldelay="1" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'><center>';
 
change  direction="up"
Make sure your blocks say
Code: [Select]
// Coppermine Photo Gallery 1.2 nuke RC5                                    //
Title: change scrolling direction
Post by: sixf00t4 on December 09, 2003, 02:41:07 am
thanks! all is well now.