I used the div tags since they were friendlier than iframe and others. IN fact -this does work in all IE - here a snap shot of my code -
<div class="leftsection" style="position:absolute; width:225px; height:222px; z-index:1; overflow: auto; scrollbar-base-color: #334051; scrollbar-arrow-color: #FFFFFF; scrollbar-DarkShadow-Color: #000000;"> if you like - you can see tons of css in action - specifically the scroll bars by goign to a url I am currently designing on http://www.hermanshaseverything.com/priority/priority.cfm - it is a test area - it may ask for a user name and password - use Jim Brady and test . In the clothing area you will see the scroll bars. They are set to auto becuase all the data is pulled in by coldfusion and it changes frequently. Viewing it in Netscape 6+ you will see that the scrolls work - just adjustments would have to be made in regards to the other layers I use hope this helps jay miller Simon Whittaker wrote: > 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"> > > > > > > > > > ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

