oi Jon!!
cheers mate.
--
Best regards,
Critter, MMCP
Certified ColdFusion Developer
Crit[s2k] - <CF_ChannelOp Network="EFNet" Channel="ColdFusion">
------------------------------------
Thursday, May 30, 2002, 11:45:06 PM, you wrote:
JH> Couple different ways, most use the css overflow property, which
JH> doesn't work in NS4. If NS4 is necessary, I'd reccomend searching for
JH> the Beehive DHTML library. I can't remember the site, but it lets you
JH> do an inline scroll in NS4.
JH> Otherwise here is some example code...it's very rough, but it
JH> illustrates the idea.
JH> <style type="text/css">
JH> td {
JH> width: 100px;
JH> }
JH> </style>
JH> <div id="oLayer" style="width: 250px; height: 100px;">
JH> <div id="nav" style="width: 100%; position: absolute;">
JH> <table cellpadding="0" cellspacing="0">
JH> <tr>
JH> <td>Column1</td>
JH> <td>Column2</td>
JH> <td>Column3</td>
JH> <td>Column4</td>
JH> </tr>
JH> </table>
JH> </div>
JH> <div id="data" style="width: 100%; height: 50px; overflow: auto; position:
absolute; top: 30px;">
JH> <table cellpadding="0" cellspacing="0">
JH> <tr>
JH> <td>data</td>
JH> <td>data</td>
JH> <td>data</td>
JH> <td>data</td>
JH> </tr>
JH> <tr>
JH> <td>data</td>
JH> <td>data</td>
JH> <td>data</td>
JH> <td>data</td>
JH> </tr>
JH> <tr>
JH> <td>data</td>
JH> <td>data</td>
JH> <td>data</td>
JH> <td>data</td>
JH> </tr>
JH> </table>
JH> </div>
JH> </div>
JH> Thursday, May 30, 2002, 10:53:07 PM, you wrote:
C>> oi CF-Talk,!!
C>> somewhere....possibly on the msdn site I've seen an example where table
C>> headers are stationary, but the cells are scrollable.....
C>> anybody else seen this.....or know where some Xamples are?
C>> thanks
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists