Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default RE: [PHP] Freeze Pane

    [snip]
    And since it probably isn't, can someone suggest a language that would
    cover this subject?
    [/snip]

    JavaScript or any other client-side magic.

    HTH!

    Jay
    Jay Blanchard Guest

  2. Similar Questions and Discussions

    1. Scroll pane height
      I have a scroll pane which loads an swf with a dynamic feed which varies in height. How can I control the height display of the scroll pane? Thank...
    2. Scroll Pane Dreamweaver 8
      Just wanted to know how can we add a scroll pane in Dream weaver 8. Any other way we can avoid a vertical scroll for the content, and by freezing...
    3. Structure pane redesign
      Hello, A while ago I posted a message asking if anyone knew of a cheap/free plugin for automatically numbering figures and references to them... I...
    4. Scroll Pane
      How do you get change the color of the border on a scrollPane component? I've tried using highlight, highlight3D, shadow, and darkshadow, but the...
    5. Help!!! New. Scroll Pane
      I want to add a scrolling pane from the IU components that will include a long excel type sheet of product specs and pictures. I pasted it in so...
  3. #2

    Default Re: [PHP] Freeze Pane

    Thanks Rob.

    Your idea on the div tag works perfect. Definitely the preferable
    alternative to javascript..

    Jay
    Jason Martyn Guest

  4. #3

    Default Re: [PHP] Freeze Pane

    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
    Jason Martyn Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139