Freepages-Help-L Archives
Archiver > Freepages-Help > 2010-09 > 1284987408
From: Billie Walsh <>
Subject: [FreeHelp] Scrolling Table
Date: Mon, 20 Sep 2010 07:56:48 -0500
I'm having trouble getting the scrolling table to work. I don't know if
I missed some part of the coding or what's going on. Like an idiot I
didn't save the e-mail that had the links and information in it.
This is the code I copied:
<table id="tblOne">
<col width="50%" />
<col width="50%" />
<tr>
<th>Surname</th>
<th>First Name</th>
...etc..
</tr>
</table>
<div style="width:400px;height:200px;overflow-y:auto">
<table id="tblTwo">
<col width="50%" />
<col width="50%" />
<tr>
<td>Hanson</td>
<td>Alex</td>
</tr>
<tr>
<td>Johnson</td>
<td>William</td>
</tr>
</table>
</div>
<code-->
I added several more names to give it a longer list to scroll through.
It just jumbles everything in the area defined by the div tag instead of
creating the scroll box.
When I went to the example page it worked as it was supposed to.
--
"A good moral character is the first essential in a man." George Washington
This thread:
| [FreeHelp] Scrolling Table by Billie Walsh <> |