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 number of rows returned are three different values, the number > of rows returned may be 10, 100 or more then 100, since I have to show > all three table in a single form, I have decided to display five rows in > each table, so I need to put a scroll in all the tables through which the > user could scroll till the last records. > > 1. Is there any other solution to solve it out ? > 2. Is there a way to put a scroll in a table ? > > I tried using layers and its working fine in Internet explorer, and in > Netscape the scroll does'nt work. The <tbody>,<thead>, and <tfoot> elements of HTML <http://www.w3.org/TR/html4/struct/tables.html#h-11.2.3> are intended for this purpose, but you may not consider browser support to be sufficient. See <http://www.blooberry.com/indexdot/html/tagpages/t/tbody.htm>, for instance. -- CC -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php