Vertical Scrolling Region

P

Paul Smith

Hi
Is there any easy way I can create a vertically scrolling text area on a
page that is a bit like the credits after a movie but repeats continuosly.
Cheers
Paul
 
J

Jens Peter Karlsen [FP-MVP]

You can use Macromedia Flash to do that.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
T

Trevor L.

Paul said:
Hi
Is there any easy way I can create a vertically scrolling text area
on a page that is a bit like the credits after a movie but repeats
continuosly. Cheers
Paul

I found this at http://www.hypergurl.com/marquee.html by Googling for
"scrolling text in HTML"
<div align="center"> <marquee bgcolor="#000080" scrollamount="2"
direction="up" loop="true" width="35%"> <center>
<font color="#ffffff" size="+1"><strong> THIS
IS A COOL WAY<br> TO MAKE YOUR TEXT<br> SCROLL UPWARDS<br> <br>
IT IS EASY AND FAST LOADING </strong></font> </center> </marquee></div>

But I think <marquee> is IE6 only

There are quite a few others listed with this search
e.g. http://www.news-scroller.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top