scrolly thing |
![]() ![]() |
scrolly thing |
Oct 24 2006, 08:07 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Apr 2006 Member No: 395,786 |
ok well i want a scroll box like this but i looked in the scripts but didnt find one like this, so can someone help me out
http://img258.imageshack.us/my.php?image=wemw9.png |
|
|
|
| *WHIMSICAL 0NE* |
Oct 24 2006, 08:28 PM
Post
#2
|
|
Guest |
It's a textarea. You can change the style in the following code, you'll also have to mess around with the numbers until you get them to be something you like.
CODE <textarea ROWS=5 COLS=15
style="background:COLOR" style="font-family:FONT" style="color:COLOR HERE" style="border style:solid"> TEXT TEXT</textarea> |
|
|
|
Oct 24 2006, 08:40 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Apr 2006 Member No: 395,786 |
hey thanks!
i hope it works |
|
|
|
Oct 24 2006, 08:51 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 37 Joined: Apr 2006 Member No: 395,786 |
hmm i was thinking more of a scroll thing, not where you type things in it.
|
|
|
|
| *WHIMSICAL 0NE* |
Oct 24 2006, 08:59 PM
Post
#5
|
|
Guest |
You can always try a div. Maybe this is something more like you were thinking?
CODE <div style="width:100px; height:200px; overflow: visible;">
WORDS HERE </div> |
|
|
|
![]() ![]() |