change scrolling direction change scrolling direction
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

change scrolling direction

Started by sixf00t4, December 08, 2003, 08:19:16 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sixf00t4

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.

gtroll

<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// Coppermine Photo Gallery 1.2 nuke RC5                                    //

sixf00t4