Вопрос

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