[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 pagescrollfade script
you can see it in action at
http://www.datajunction.com/customers.asp
If we could make this thing generate dynamically with E$%^@ ASP then PHP 
should be no problem.



Grant Babb  Email: [EMAIL PROTECTED]
Data Junction Corporation   Phone: (512) 459-1308
2201 Northland Dr.  Fax: (512) 459-1309
Austin, TX 78756-1117   Web: http://www.datajunction.com





[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 fine for my
purposes.

example:




1
1
  Staff memo 
  asfdasfasf


222Staff memo

3xx 


4xxx


5xxx


6xxx


7xxx


8xxx


9xxx





Northern.CA ===--
http://www.northern.ca 
Canada's Search Engine



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 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 ,, and  elements of HTML 
 are intended for 
this purpose, but you may not consider browser support to be sufficient.  
See , for 
instance.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php