I need to display three lines of text in a DIV which has room for only one line.

I want the DIV to roll through the three lines and delay on each line for a few seconds.

Is this possible?

有帮助吗?

解决方案

Use JavaScript to animate as described here, for instance. There is also marquee HTML element and it is possible with CSS but these alternatives are less consistently available between various browsers.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top