Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scrolling text

Status
Not open for further replies.

ARCTICA

Programmer
Joined
Sep 1, 2002
Messages
3
Location
SE
How do I create a vertical text scroll (with buttons up/down/stop) in a table? It needs to be relative to the page.

I hope someone can help me on this, since I have browsed the internet for a solution for hours with no luck!
Thank you in beforehand!
//ARCTICA
 
You can use a <textarea> and make it readonly, or you can use an <iframe> with the text in another HTML file inserted there.
 
Yes, I know about those options. But in <textarea> I cannot use bold typing for example. And I want to avoid frames if I can. But thank you anyway!
 
<div style=&quot;overflow:scroll;width:50px;height:75px;&quot;>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
This is a bunch of scrollable text<br>
</div>

Rick
 
THANK YOU!!! You saved my day, and possibly my job! ;o)

I´m ever so grateful for your valuable help!
//ARCTICA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top