• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Scrolling Headline Animation

letsgetsilly

Senior member
I've got a webpage that pulls headlines (just text,not hyperlinks) from an XML file. My manager would like these headlines to scroll on their own so that we may incorporate additional headlines. This means no scroll bar on the right side, but an auto-scroll.

My current design has the headlines displayed within a <div> layer.

Are there any methods out there that are well suited for this?

Thanks for any suggestions and/or links to tutorials!

 
Remember <marquee>? It's not a good idea to animate text because it gets real annoying and hard to read.. but since it's something the bossman wants (eh), I suggest that you still give users the ability to scroll it manually.

You'll need JavaScript to do this, using setTimeOut() to call a function that changes the y-position of the content.

Read this too. Show it to your boss.

 
Back
Top