Re: [PHP] scrolling the table

2005-09-18 Thread viraj
this is not a php question.. why don't you google a little bit before make any posts to the list? http://www.google.com/search?hl=en&q=DIV+tags anyway, try CSS, you can achieve it using DIV and SPAN tags. do a little R&D work. happy scrolling! ~viraj. On 9/16/05, R. Vijay Daniel <[EMAIL PRO

Re: [PHP] scrolling the table

2005-09-16 Thread John Nichel
R. Vijay Daniel wrote: sir, how can i add scroll pan to a table in php. is that possible to scroll the html table like jtable in java. with regards vijay That would be in the client side code. Have PHP output whatever client side code you desire. -- John C. Nichel ÜberGeek KegWor

Re: [PHP] scrolling the table

2005-09-16 Thread Jochem Maas
R. Vijay Daniel wrote: sir, how can i add scroll pan to a table in php. 'scroll pan' ? I get what you mean but I think you used the 'wrong' words :-) is that possible to scroll the html table like jtable in java. yes, you need to use javascript and CSS to accomplish this (or use a browser

RE: [PHP] scrolling the table

2005-09-16 Thread Jay Blanchard
[snip] how can i add scroll pan to a table in php. is that possible to scroll the html table like jtable in java. [/snip] put the table in an IFRAME (read about that under the HTML specs at http://www.w3.org ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

[PHP] scrolling the table

2005-09-16 Thread R. Vijay Daniel
sir, how can i add scroll pan to a table in php. is that possible to scroll the html table like jtable in java. with regards vijay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php