When I create a scrolling marquee, what is the difference between the two behaviours: Scroll and Slide? These seem to have the same effect. It does work very well anyway - useful for vertical scrolling news items! Cheers Julian
"Scroll" is for text that starts at one side of the screen and disappears off the other side. "Slide" is for text that starts at one side and of the screen and stops when it reaches the other. "Alternate" is for text that starts at one side and of the screen and bounces back when it reaches the other side.
I see - but the reason I did not see this at first is that this does not work in this way in Firefox - it just keeps on going like scroll. Anyway - this should not be a problem - I expect it will only be used for the occasional vertical news scroller - where continuous movement is fine. Cheers