Re[2]: OT: scrolling tables

2002-05-31 Thread Critz

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 tdColumn1/td
JH tdColumn2/td
JH tdColumn3/td
JH tdColumn4/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 tddata/td
JH tddata/td
JH tddata/td
JH tddata/td
JH /tr
JH tr
JH tddata/td
JH tddata/td
JH tddata/td
JH tddata/td
JH /tr
JH tr
JH tddata/td
JH tddata/td
JH tddata/td
JH tddata/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   somewherepossibly  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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: scrolling tables

2002-05-31 Thread Critz

oi Critz!!

ok..using  the  example  with  the  overflow...any  idea  how to line up the
table?? the scrollbar throws off the alignment


-- 
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion

Thursday, May 30, 2002, 10:53:07 PM, you wrote:

C oi CF-Talk,!!

C   somewherepossibly  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

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT: scrolling tables

2002-05-31 Thread Joshua Tipton

This should work.

Joshua Tipton


Table
tr
tdHeaders for table/td
/tr
tr
td style=OVERFLOW-Y: auto;
table
tr
tdYourStuff/td
/tr
 /table
/td
/tr
/table
-Original Message-
From: Critz [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 31, 2002 11:04 AM
To: CF-Talk
Subject: Re: OT: scrolling tables


oi Critz!!

ok..using  the  example  with  the  overflow...any  idea  how to line up
the
table?? the scrollbar throws off the alignment


--
Critz
Certified Adv. ColdFusion Developer

Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion

Thursday, May 30, 2002, 10:53:07 PM, you wrote:

C oi CF-Talk,!!

C   somewherepossibly  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


__
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: scrolling tables

2002-05-31 Thread Joe Bastian

How does this really work? is there an example online?

Joe

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


 This should work.

 Joshua Tipton


 Table
 tr
 tdHeaders for table/td
 /tr
 tr
 td style=OVERFLOW-Y: auto;
 table
 tr
 tdYourStuff/td
 /tr
  /table
 /td
 /tr
 /table
 -Original Message-
 From: Critz [mailto:[EMAIL PROTECTED]]
 Sent: Friday, May 31, 2002 11:04 AM
 To: CF-Talk
 Subject: Re: OT: scrolling tables


 oi Critz!!

 ok..using  the  example  with  the  overflow...any  idea  how to line
up
 the
 table?? the scrollbar throws off the alignment


 --
 Critz
 Certified Adv. ColdFusion Developer

 Crit[s2k] - CF_ChannelOP Network=Efnet Channel=ColdFusion
 
 Thursday, May 30, 2002, 10:53:07 PM, you wrote:

 C oi CF-Talk,!!

 C   somewherepossibly  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


 
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: scrolling tables

2002-05-30 Thread Critz

oi CF-Talk,!!

  somewherepossibly  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

__
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: OT: scrolling tables

2002-05-30 Thread Jon Hall

Couple different ways, most use the css overflow property, which
doesn't work in NS4. If NS4 is necessary, I'd reccomend searching for
the Beehive DHTML library. I can't remember the site, but it lets you
do an inline scroll in NS4.
Otherwise here is some example code...it's very rough, but it
illustrates the idea.

style type=text/css
td {
width: 100px;
}
/style

div id=oLayer style=width: 250px; height: 100px;
div id=nav style=width: 100%; position: absolute;
table cellpadding=0 cellspacing=0
tr
tdColumn1/td
tdColumn2/td
tdColumn3/td
tdColumn4/td
/tr
/table
/div
div id=data style=width: 100%; height: 50px; overflow: auto; position: 
absolute; top: 30px;
table cellpadding=0 cellspacing=0
tr
tddata/td
tddata/td
tddata/td
tddata/td
/tr
tr
tddata/td
tddata/td
tddata/td
tddata/td
/tr
tr
tddata/td
tddata/td
tddata/td
tddata/td
/tr
/table
/div
/div


Thursday, May 30, 2002, 10:53:07 PM, you wrote:
C oi CF-Talk,!!
C   somewherepossibly  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

-- 
jon

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists