Forum Moderators: not2easy
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
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.