???Scroll bar with HTML

  • 15 years ago
    Hi everybody,

    Suffered by lack of HTML knowledge, i want to place vertical scroll bar within  a HTML table and header must be scrolled down, how can i do this, plz help me.

    TIA

    GMike    

    "I would love to change the world, but they won't give me the source code."
  • 15 years ago
    hi,

    it can be done by using a DIV.

    example
    ...
     <table>
        <tr>
           <td>
             <div style="width: 100%; height: 100%;">
               <table width="100%">
                 <tr><td>...</td></tr>
               </table>
             </div>
           </td>
        </tr>
     </table>
    ...

    scrollbars automatically should be shown in the td cell.


    afuss
  • 15 years ago
    Thanks a lot afuss.


    GMike    

    "I would love to change the world, but they won't give me the source code."
  • 14 years ago

    I am still not getting it..

    Can you please send an example code...

     

    Thanks.

    L

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“If debugging is the process of removing software bugs, then programming must be the process of putting them in.” - Edsger Dijkstra