[PHP] Re: Is there a way to put a scroll in a table ???

2002-03-04 Thread Grant Babb
all- sorry for the late reply, but the information is still timely. :) Anyone that needs Javascript code that works in all browsers should get it from http://dhtmlcentral.com [why reinvent the wheel when somebody offers you a free cadillac] something that might be of use to is the

[PHP] Re: Is there a way to put a scroll in a table ???

2002-02-26 Thread Garth Dahlstrom
You could make use of style=overflow: auto (or scroll) for a div tag, if you are catering to IE5+ / NS6+ browsers. I was playing with this trying to build a grid control, my web server's down but here is some old code... within cells doesn't work as I'd like, but scrolling the whole table is

[PHP] Re: Is there a way to put a scroll in a table ???

2002-02-25 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (J.F.Kishor) wrote: I'am breaking my head by trying to put a scroll in a table, my problem is, using php 'am trying to display a report and the report should have three tables, data to display are taken from three different tables and