You could do something like this. I literally just sent out this same answer
to another mailing list. What great timing.

<html>
<head>
<title> new document </title>
<style type="text/css">
<!--

/* set the page background color and margins. */
body { margin: 0px; background: #ffffff; }

/* set the page font formatting. */
body, p, div, td {font-family: verdana; font-size: 9pt; color: #000000; }

#scrollme { height: 200px; overflow: auto; }

-->
</style>

</head>
<body>

<table cellpadding="0" cellspacing="0" border="0" width="400">
<tr>
        <td width="33%"><b>First Name</b></td>
        <td width="33%"><b>Last Name</b></td>
        <td width="33%"><b>Email</b></td>
</tr>
</table>
<div id="scrollme">
        <table cellpadding="0" cellspacing="0" border="0" width="400">
        <tr>
                <td width="33%">Andy</td>
                <td width="33%">Matthews</td>
                <td width="33%">[EMAIL PROTECTED]</td>
        </tr>
        <tr>
                <td>Andy</td>
                <td>Matthews</td>
                <td>[EMAIL PROTECTED]</td>
        </tr>
        <tr>
                <td>Andy</td>
                <td>Matthews</td>
                <td>[EMAIL PROTECTED]</td>
        </tr>
        <tr>
                <td>Andy</td>
                <td>Matthews</td>
                <td>[EMAIL PROTECTED]</td>
        </tr>
        <tr>
                <td>Andy</td>
                <td>Matthews</td>
                <td>[EMAIL PROTECTED]</td>
        </tr>
        <tr>
                <td>Andy</td>
                <td>Matthews</td>
                <td>[EMAIL PROTECTED]</td>
        </tr>
        <tr>
                <td>Andy</td>
                <td>Matthews</td>
                <td>[EMAIL PROTECTED]</td>
        </tr>
        <tr>
                <td>Andy</td>
                <td>Matthews</td>
                <td>[EMAIL PROTECTED]</td>
        </tr>
        <tr>
        </table>
</div>

</body>
</html>

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: Dawson, Michael [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 18, 2006 1:50 PM
To: CF-Talk
Subject: RE: Large Table Layout.


Are you talking like how Excel does this when you lock rows and columns?

M!ke

-----Original Message-----
From: Ian Skinner [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 18, 2006 1:41 PM
To: CF-Talk
Subject: SOT: Large Table Layout.

I have a large data table with both row and column headings.  The table
is so large that it scrolls in both the vertical and horizontal on even
the largest displays.  I have been requested to improve this output so
that when scrolling the appropriate row and column headings remain
visible.

I am having a hard time visualizing how this may be done.  I can see how
to do it in one dimension either horizontal or vertical, but not both.

Any advice most appreciated.

TIA

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246952
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to