There are quite a few ways you can achive this. The easiest is to use the CSS overflow property.
I've knocked up a quick example here: http://www.gruden.com/james/scrolltable/ Other ways you could achieve the same result: - use frames (as already mentioned) - use an iframe (more flexible than using frames IMO) - use some kind of activex object - use flash - use some kind of wickedly complex javascript to manipulate the DOM I'm sure there are other ways to achieve this. Although, one inherit flaw in all the methods above is none of them are even remotely accessible. Including my example. See www.w3c.org for more info on accessibility. hth _______________________ James Silva Web Production Gruden Pty Ltd Tel: +61 02 9956 6388 Fax: +61 02 9956 8433 Email: [EMAIL PROTECTED] Web: www.gruden.com _______________________ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Balaji > Sent: Tuesday, 1 July 2003 3:48 PM > To: CFAussie Mailing List > Subject: [cfaussie] layer / part of the page static > > > > Hi , > > I want make the table heading static leaving the other part scrollable. > > suggestions pls. > > does layers help ??? > > -B > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
