This is a discussion on Re: [PHP] Freeze Pane within the PHP General forums, part of the PHP Programming Forums category; I will put up the link to the example later. I'd just like to mention one thing if anyone ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I will put up the link to the example later. I'd just like to mention one
thing if anyone else uses this solution: You may want to put both tables in the <div> tags and give them both absolute locations. This eliminates the possiblity of having a mismatched table as different browsers are used. ----- Original Message ----- From: "Jason Martyn" <in4words@hotmail.com> To: <php-general@lists.php.net> Sent: Friday, July 25, 2003 8:49 AM Subject: [php] Freeze Pane This is probably under the category of javascript, however I would like ot know if it is possible to be done with php. Let's say I have a table that is 30 columns wide and so the entire table doesn't fit on the screen. Is it possible (with php) to "freeze columns" while scrolling across so you don't lose the original 2 columns? And since it probably isn't, can someone suggest a language that would cover this subject? Thanks, Jay |