welshdragon
04-07-2011, 04:42 PM
Firstly, can I just say I'm a new poster and hope this is in the right place. :) Also, when reading the problem please keep in mind everything I know about html java etc is self taught so I'm sure there are giant gaps in my knowledge of the subject.
I'm trying to create a scrolling vertical typwriter code. The important features are:
- Must scroll vertically
- Text must appear 1 letter at a time
- When a line has been typed it must scroll up 1 line space to allow the next line to be typed
- When the box is full of typed lines, the box must stay focused on the bottom.
For instance, I've found elsewhere on the web something similar but each line appears and when the box is full of typed lines, it stays fixed on the top. Despite a scrollbar coming up on the side. This isn't much use as I want the user to see the most recently typed line not the 1st lines.
Again, I've found elsewhere one that does all this except it extends the size of the box instead of scrolling.
I have got 2 versions so far but neither match what I want entirely and I'm struggling to get them that last bit.
http://www.freewebs.com/football_academy21/atalantaradio.htm
The 1st one (green box) is good except when the box is full it clears and continues in a fresh box. I want it to scroll as said above, not to do this. This is java script I got and edited from elsewhere.
The 2nd one is the grey box at the bottom and is one I've written in html code myself after reading up on various things. This isn't typewriter and doesn't jump up a line at a time. It is a smooth continuous scroll that I've added pauses to to simulate jumping each line. This one is in fact the old one I'm trying to replace because if you watch it long enough, it starts jumping half lines instead.
Can anyone help? Or am I a lost cause? :(
I'm trying to create a scrolling vertical typwriter code. The important features are:
- Must scroll vertically
- Text must appear 1 letter at a time
- When a line has been typed it must scroll up 1 line space to allow the next line to be typed
- When the box is full of typed lines, the box must stay focused on the bottom.
For instance, I've found elsewhere on the web something similar but each line appears and when the box is full of typed lines, it stays fixed on the top. Despite a scrollbar coming up on the side. This isn't much use as I want the user to see the most recently typed line not the 1st lines.
Again, I've found elsewhere one that does all this except it extends the size of the box instead of scrolling.
I have got 2 versions so far but neither match what I want entirely and I'm struggling to get them that last bit.
http://www.freewebs.com/football_academy21/atalantaradio.htm
The 1st one (green box) is good except when the box is full it clears and continues in a fresh box. I want it to scroll as said above, not to do this. This is java script I got and edited from elsewhere.
The 2nd one is the grey box at the bottom and is one I've written in html code myself after reading up on various things. This isn't typewriter and doesn't jump up a line at a time. It is a smooth continuous scroll that I've added pauses to to simulate jumping each line. This one is in fact the old one I'm trying to replace because if you watch it long enough, it starts jumping half lines instead.
Can anyone help? Or am I a lost cause? :(