help |
![]() ![]() |
help |
May 12 2007, 04:06 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: May 2007 Member No: 520,982 |
im making a div layout but i still dont get some things.
when im putting the content in, like a text box or something, it wont show up. is it cause im putting a div inside a div? how do i put the content on then? |
|
|
|
May 12 2007, 04:09 PM
Post
#2
|
|
|
hardxcore. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,223 Joined: Nov 2006 Member No: 479,494 |
text area.
CODE <textarea>text</textarea> or you could try a scrolling box. CODE <style type="text/css">
div.myspace-scroll-box { height:100px; width:200px; font:16pt/20pt Verdana; overflow:scroll; } </style> <div class="myspace-scroll-box"> text </div> |
|
|
|
May 12 2007, 04:54 PM
Post
#3
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
All you need to do is set your div to overflow auto to scroll. But I think your problem is that something in your code can be hiding normal divs. (w/o classes)
|
|
|
|
![]() ![]() |