|
| |
|
|
coolrules
Posts: 3 Joined: 1/30/2008 Status: offline
|
scroll bar in a table? - 1/30/2008 9:57:29
Im creating a website and i have placed all the information on the page in a table and i was just wondering is it possible to put a verticle scroll bar on the table so that when you want to read further information the whole page does not move but the information in the table does. If this is possible how would i go about doing this. Any help on this would be appreciated greatly. Thanks.
|
|
|
|
swoosh
Posts: 1348 Joined: 5/18/2002 From: Beaver Falls, PA Status: offline
|
RE: scroll bar in a table? - 1/30/2008 10:07:32
Hello coolrules and Welcome to the Outfront Forums, Sounds like what you are looking for is called an IFRAME. Basically it's a page (window) inside of another page.
_____________________________
Swoooosh Just Do It!
|
|
|
|
rdouglass
Posts: 9136 From: Biddeford, ME USA Status: offline
|
RE: scroll bar in a table? - 1/30/2008 13:04:36
Another option may be just to wrap it in a div like so: <div style="overflow-y:scroll; height:250px;width:auto;"> <table> .... </table> </div> Set the height you want and it should allow the full width. Hope it helps.
_____________________________
Don't take you're eye off your final destination. ASP Checkbox Function Tutorial.
|
|
|
|
coolrules
Posts: 3 Joined: 1/30/2008 Status: offline
|
RE: scroll bar in a table? - 2/1/2008 6:52:50
Thanks guys, went for the iframe option and seems to be working a treat, thanks alot! appreciate it.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|