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

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

That had the desired effect.  Good to know though.

Shawn Grover

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


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

Joshua Tipton

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





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


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


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


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

style="OVERFLOW-Y: auto;

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


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

Simon

----- Original Message -----
From: "Joshua Tipton" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, May 31, 2002 1:05 PM
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
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">
>
>
>
>




______________________________________________________________________
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

Reply via email to