scroll bar in a table? (Full Version)

All Forums >> [Web Development] >> Dreamweaver Help



Message


coolrules -> 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 -> 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.




rdouglass -> 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.




coolrules -> 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.




Tailslide -> RE: scroll bar in a table? (2/1/2008 7:44:17)

I like Roger's option better...




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.078125