Table Scroll? |
Table Scroll? |
May 25 2009, 09:36 PM
Post
#1
|
|
|
Funride.org ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 326 Joined: Jul 2007 Member No: 542,299 |
I dont like the way my layout looks tiled, so I need to make it scroll.
Can someone tell me how? |
|
|
|
![]() |
May 26 2009, 03:20 PM
Post
#2
|
|
![]() Member ![]() ![]() Group: Official Designer Posts: 10 Joined: Oct 2008 Member No: 692,614 |
css for a basic scrolling div
CODE <style type="text/css"> .scroll { width:200px; height:200px; overflow:auto; } </style> html for the div within a table CODE <table> <tr> <td> <div class="scroll"> text text text text text </div> </td> <div class="scroll"> text text text text text </div> </td> </tr> </table> |
|
|
|
5stardesigns Table Scroll? May 25 2009, 09:36 PM
theerinkal You need to ask dreamgurl36 before editing her lay... May 25 2009, 09:51 PM
schizo Are you talking about the one you posted in the sh... May 25 2009, 11:04 PM
5stardesigns I dont want it to scroll left to right.
I want it ... May 26 2009, 07:24 PM
digitalfragrance ^ Then erase the "width: 200px" attribut... May 26 2009, 07:27 PM
5stardesigns That didnt work because there was already a height... May 26 2009, 07:29 PM
digitalfragrance You want it to scroll up and down, right? Is it n... May 26 2009, 07:42 PM
5stardesigns It's still not working.
When I make it smaller... May 26 2009, 07:48 PM
digitalfragrance Well based on the text that you have in your scrol... May 26 2009, 07:55 PM
5stardesigns Alright thanks.
Now it works. May 26 2009, 07:59 PM
manny-the-dino Topic Closed & Moved May 26 2009, 08:03 PM![]() ![]() |