News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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