-
02-25-2010, 04:40 AM #1
Fixer Upper
- Join Date
- Feb 2010
- Posts
- 19
How do i add
How do i add Scrolling text in HTMl?
-
02-26-2010, 11:56 PM #2
Fixer Upper
- Join Date
- Feb 2010
- Posts
- 23
Depends on what you mean by "scrolling." Do you just want to add scroll bars to a section?
That's using the CSS overflow property, you can Google that to find out more about it. Let me know if that's what you wanted to do or if you need help making it work for you.HTML Code:<div style="width:200px;height:200px;overflow:scroll;"> <p>This is content in a div with scroll bars.</p> </div>
-
02-27-2010, 01:26 AM #3
Fixer Upper
- Join Date
- Jan 2010
- Location
- London
- Posts
- 62
-
03-15-2010, 06:39 AM #4
Fixer Upper
- Join Date
- Feb 2010
- Posts
- 19
Hello again
Thanks a lot for this code.
My Problem has been solved.



LinkBack URL
About LinkBacks






Reply With Quote
Bookmarks