change scrolling direction change scrolling direction
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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