forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 PHPnuke/Postnuke Support => Topic started by: yasod on November 28, 2003, 01:15:08 pm

Title: Center Block Scroll New Pics --- Marquee not working
Post by: yasod on November 28, 2003, 01:15:08 pm
Hi all,

my center block will not SLIDE using marquee with

<MARQUEE loop="INFINTE" behavior="SLIDE" direction="left" height="135" width="80%" scrollamount="1" scrolldelay="1" onmouseover=\'this.stop()\' onmouseout=\'this.start()\'>';

on IE6.0.2800.1106.xpsp2, it slides once and stops,

while SCROLL works fine but leaves the center block empty for a while and looks bad

I'd like to see something like the example on

http://rastaworld.com/index.php

only as a center block

any suggestions ?
Title: Center Block Scroll New Pics --- Marquee not working
Post by: DJMaze on November 28, 2003, 01:55:30 pm
change
Code: [Select]
<MARQUEE loop="INFINTE"into
Code: [Select]
<MARQUEE loop="INFINITE"
Title: Center Block Scroll New Pics --- Marquee not working
Post by: yasod on November 28, 2003, 02:17:30 pm
Thanks for the real fast reply,

but that wasn't it  :(

as SCROLL works fine idefinitly, the loop variable seems to be ignored with my misspelling and therefore set to zero or none existent, which in the marquee definition is indefinite.

So my problem still persists.

any other idea ?

You can see this behavior on my test page (far from beeing finished)
at http://www.elfenblut.net/index.php (index.php is needed else you'll get redirected)
Title: Center Block Scroll New Pics --- Marquee not working
Post by: kegobeer on November 28, 2003, 08:45:32 pm
The delay you describe is a limitation of the MARQUEE tag.  There isn't a setting to eliminate the annoying space between your first and last image.  However, the example you linked to is readily available, since I wrote it a long time ago  :D!  PM me your email address and I'll send it to ya!  I haven't done anything with 1.2 rc4 (been mucho busy elsewhere) but you should be able to get it working with no problems!
Title: Center Block Scroll New Pics --- Marquee not working
Post by: yasod on November 29, 2003, 01:43:32 am
Thx for the offer, PM is sent :)
Title: Center Block Scroll New Pics --- Marquee not working
Post by: gtroll on November 30, 2003, 05:21:01 am
check the block center random pictures is shown at http://coppermine.findhere.org/  without space, there are  more picture and width reduced with to 80% on marquee. See if that helps...
file is block-CPG-center-scroll-Random_pictures.php
Title: Center Block Scroll New Pics --- Marquee not working
Post by: yasod on November 30, 2003, 10:56:40 am
Gtroll the behavior is identical like on my own page, the marquee slides up to the last picture MVC-381F and stops on IE6 or generates the ugly "white space" with firebird as if you were using scroll not slide as behavior. After long reading about marquee this seems to be a marquee problem. Atm I'm trying to edit kegobeer's script to show pic. titles with the pictures, else the script is working fine.