oi Shawn!!

perhaps, I'm just not getting it.

I couldn't get the other one to work either. but my problem is

aligning the headings with the rest of the td cells.


and doesn't a table within the table cells kill the alignment?


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">
------------------------------------
Friday, May 31, 2002, 11:35:57 AM, you wrote:

SG> Ok, that makes more sense.  Your example still didn't work (cut and paste it
SG> verbatim, no luck, added a large block of text, no luck).  Not until I took
SG> off the outer table, header row, and cell.  End result was something like
SG> this:

SG>           <DIV style="OVERFLOW-Y: auto; WIDTH: 100%; HEIGHT: 100%">
SG>                   <table>
SG>                     <tr>
SG>                         <td>YourStuff</td>
SG>                     </tr>
SG>              </table>
SG>             </div>

SG> That had the desired effect.  Good to know though.

SG> Shawn Grover

SG> -----Original Message-----
SG> From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
SG> Sent: Friday, May 31, 2002 9:28 AM
SG> To: CF-Talk
SG> Subject: RE: scrolling tables


SG> Sorry man you need to put a div in like below.  I had to go back and look at
SG> some previous code.

SG> Joshua Tipton

SG> <Table>
SG>     <tr>
SG>         <td>Headers for table</td>
SG>     </tr>
SG>     <tr>
SG>         <td>
SG>           <DIV style="OVERFLOW-Y: auto; WIDTH: 100%; HEIGHT: 100%">
SG>                   <table>
SG>                     <tr>
SG>                         <td>YourStuff</td>
SG>                     </tr>
SG>              </table>
SG>             </div>
SG>         </td>
SG>     </tr>
SG> </table>





SG> -----Original Message-----
SG> From: Shawn Grover [mailto:[EMAIL PROTECTED]]
SG> Sent: Friday, May 31, 2002 11:18 AM
SG> To: CF-Talk
SG> Subject: RE: scrolling tables


SG> Sorry Joshua, my previous posts were before I saw this message.  but the
SG> overflow-y option isn't working either.  Is there some condition that needs
SG> to be met before scolling will be kicked in (maybe the height/width of the
SG> cell in question)?


SG> -----Original Message-----
SG> From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
SG> Sent: Friday, May 31, 2002 9:03 AM
SG> To: CF-Talk
SG> Subject: RE: scrolling tables


SG> Sorry man I told you the wrong thing.  It is this

SG> style="OVERFLOW-Y: auto;

SG> -----Original Message-----
SG> From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
SG> Sent: Friday, May 31, 2002 9:47 AM
SG> To: CF-Talk
SG> Subject: Re: scrolling tables


SG> like this
SG> style="z-index : auto;"
SG> or have I got completely the wrong idea?

SG> Simon

SG> ----- Original Message -----
SG> From: "Joshua Tipton" <[EMAIL PROTECTED]>
SG> To: "CF-Talk" <[EMAIL PROTECTED]>
SG> Sent: Friday, May 31, 2002 1:05 PM
SG> Subject: RE: scrolling tables


>> Set a z-index in the style property on the table, tr, or td and then that
>> part will scroll.
>>
>> Joshua Tipton
>>
>> -----Original Message-----
>> From: Parker, Kevin [mailto:[EMAIL PROTECTED]]
>> Sent: Thursday, May 30, 2002 10:59 PM
>> To: CF-Talk
>> Subject: RE: scrolling tables
>>
>>
>> I've seen this done with <iframe> but I'm not sure if its the best
SG> solution.
>>
>>
>> **********
>>
>> Kevin Parker
>> Web Services Manager
>> WorkCover Corporation
>>
>> [EMAIL PROTECTED]
>> www.workcover.com
>>
>> p: 08 82332548
>> f: 08 82332000
>> m: 0418 806 166
>>
>> **********
>>
>>
>> -----Original Message-----
>> From: Critz [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, 31 May 2002 12:23 PM
>> To: CF-Talk
>> Subject: OT: scrolling tables
>>
>>
>> oi CF-Talk,!!
>>
>>   somewhere....possibly  on  the  msdn  site  I've  seen  an example where
>> table
>>   headers are stationary, but the cells are scrollable.....
>>
>>   anybody else seen this.....or know where some Xamples are?
>>
>>
>>   thanks
>>
>> --
>> Critz
>> Certified Adv. ColdFusion Developer
>>
>> Crit[s2k] - <CF_ChannelOP Network="Efnet" Channel="ColdFusion">
>>
>>
>>
>>




SG> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
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

Reply via email to