table within table scrollbar?? |
table within table scrollbar?? |
Oct 3 2006, 05:34 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Apr 2005 Member No: 121,575 |
how do u make a table with a scroll bar in this code?? http://www.createblog.com/scripts/download.php?id=269
|
|
|
|
![]() |
Oct 3 2006, 05:35 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
<fieldset><legend>TITLEHERE</legend>TEXT/IMAGES HERE</fieldset>
<div style="background: transparent; border: COLOR HERE 2px solid;width:#px;height:#px;margin-left:#px; margin-top:#px; overflow: auto;"> TEXT/IMAGES HERE </div> Use that ^ |
|
|
|
Oct 3 2006, 07:40 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Apr 2005 Member No: 121,575 |
the thing i mean is that i want like a box to put like mayb a survey into it and then to save space have a scrollbar only for that part of the box
|
|
|
|
Oct 3 2006, 10:57 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
For the second box right? The code I gave you.. added overflow:auto; which would make it scroll once you exceeded the set width. You place the survey where it says TEXT/IMAGE HERE before </div>
|
|
|
|
Oct 4 2006, 07:24 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Apr 2005 Member No: 121,575 |
i am having trouble understanding how the overflow works because in the code provided, it says like the height, etc is #px but in my myspace, it says #035. does this have anything to do with the scrollbar?
|
|
|
|
Oct 4 2006, 09:45 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
For height you put 35px not #35. Same for width.
|
|
|
|
![]() ![]() |