change scrolling direction change scrolling direction
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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