Center Block Scroll New Pics --- Marquee not working Center Block Scroll New Pics --- Marquee not working
 

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

Center Block Scroll New Pics --- Marquee not working

Started by yasod, November 28, 2003, 01:15:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

yasod

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 ?

DJMaze

change<MARQUEE loop="INFINTE"into<MARQUEE loop="INFINITE"
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

yasod

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)

kegobeer

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!
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

yasod


gtroll

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

yasod

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.