Forum Moderators: not2easy

Message Too Old, No Replies

Scrolling Images

         

Pokerstar

6:31 pm on Jun 21, 2007 (gmt 0)

10+ Year Member



Hello again everyone,

I was just wondering if there was a way to have images/text scrolling across a box.

If you have seen the "other items for sale" on ebay you will know what I mean.

So just to make things clearer I would like a box of some sort and in that box I would like to place numerous images/text and for them to scroll along in a loop.

Hope thats not to difficult to understand and thanks in advance for any help

Kind regards
Pokerstar

ahmedtheking

6:41 pm on Jun 22, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You need JavaScript mate: [dynamicdrive.com...]

Xapti

12:19 am on Jun 23, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I don't know exactly what you mean when you mentioned the eBay thing, but as fasr as I know that eBay window you're talking about does not automatically scroll, right?

If all you want is a box that can scroll overflowing content, just add the CSS rule overflow:auto. You can do overflow-x:auto if you want only the horizontal scrollbar, even if there's some vertical overflow too, but it's not supported by ALL browsers though (most of the main ones it is though)

if you want it to do something dynamically, CSS does not do this, javascript does. There's tons of scrolling content JS code you can find on the internet that's free to use. If that's what you want, you can search google.