Yeah I am working on 3 projects at once and meant like this but I was
working on a z index problem.


<Table>
    <tr>
        <td>Headers for table
    </tr>
    <tr>
        <td style="OVERFLOW-Y: auto;>
            <table>
                    <tr>
                        <td>YourStuff</td>
                    </tr>
             </table>
        </td>
    </tr>
</table>

Joshua Tipton


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


I just tried out the z-index suggestion.  Put it in the <table>, <tr>, and
<td> tag (one at a time) - no scolling occured.

but, I have to wonder what a z-index would have to do with scrolling.
Scrolling is a horizontal movement, whereas z-index is a depth value...  so
I'm a bit confused if there IS a relationship here.

Shawn Grover

-----Original Message-----
From: Simon Whittaker [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 7: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