|
Auto Scrolling Text Box Problem
Morning Guys,
I was wondering if someone could help me. I'm using a simple code to create a scrolling text box:
<div style="height:120px;width:120px;border:1px solid #ccc;font:16px/26px Georgia, Garamond, Serif;overflow:auto;">
As you can see, it is very simple but does the job.
</div>
Is there any way I can add some simple code to make the text box scroll at a slow pace vertically?
I would very grateful.
Chris
|