| Author |
scroll bar in a table
|
|
| evelyngrace 2005-07-30, 7:17 am |
| Hi, I have mae a message board and the table of messages goes on forever. How can I put a scrollbar on a table please?
Thank you in anticipation.
Evelyn
| |
| Kenneth W. Binney 2005-07-30, 7:22 pm |
| <html>
<head>
<title>table with scroll</title>
<style type="text/css">
<!--
DIV{
text-align : left;
padding : 5px;
width : 100%;
height : 4em;
overflow: auto;
}
-->
</style>
</head>
<body>
<table WIDTH="760" border="1" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th WIDTH="87"> </th>
<th WIDTH="556">stuff in the thead</th>
<th WIDTH="109"> </th>
</tr>
</thead>
<tfoot>
<tr>
<th> </th>
<th>stuff in the tfoot</th>
<th> </th>
</tr>
</tfoot>
<tbody>
<tr>
<td> </td>
<td>
<div>scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
scroll stuff in the tbody<br>
</div>
</td>
<td> </td>
</tr>
</tbody>
</table>
</body>
"evelyngrace" <webforumsuser@macromedia.com> wrote in message
news:dcfcod$a7e$1@forums.macromedia.com...
> Hi, I have mae a message board and the table of messages goes on forever.
> How can I put a scrollbar on a table please?
> Thank you in anticipation.
> Evelyn
| |
| Tricia*C* 2005-07-31, 4:14 am |
| How do you change the colors of the scroll bar?
"Kenneth W. Binney" <kenbinney@ossiningdesignguild.com> wrote in message
news:dcg6ej$bde$1@forums.macromedia.com...
> <html>
> <head>
> <title>table with scroll</title>
> <style type="text/css">
> <!--
> DIV{
> text-align : left;
> padding : 5px;
> width : 100%;
> height : 4em;
> overflow: auto;
> }
> -->
> </style>
> </head>
> <body>
> <table WIDTH="760" border="1" cellpadding="0" cellspacing="0">
> <thead>
> <tr>
> <th WIDTH="87"> </th>
> <th WIDTH="556">stuff in the thead</th>
> <th WIDTH="109"> </th>
> </tr>
> </thead>
> <tfoot>
> <tr>
> <th> </th>
> <th>stuff in the tfoot</th>
> <th> </th>
> </tr>
> </tfoot>
> <tbody>
> <tr>
> <td> </td>
> <td>
> <div>scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> scroll stuff in the tbody<br>
> </div>
> </td>
> <td> </td>
> </tr>
> </tbody>
> </table>
> </body>
>
>
>
>
> "evelyngrace" <webforumsuser@macromedia.com> wrote in message
> news:dcfcod$a7e$1@forums.macromedia.com...
>
>
| |
| Tricia*C* 2005-07-31, 4:14 am |
| NVM --- got it.
"Tricia*C*" <triciac@ahisd.net> wrote in message
news:dchjh2$52o$1@forums.macromedia.com...
> How do you change the colors of the scroll bar?
> "Kenneth W. Binney" <kenbinney@ossiningdesignguild.com> wrote in message
> news:dcg6ej$bde$1@forums.macromedia.com...
>
>
| |
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |