View Single Post
Old 06-06-2008, 12:29   #1 (permalink)
techunar
Registered User
 
Join Date: May 2008
Posts: 25
Overflow:scroll inside Tbody!

Hello,

I have a markup like this inside a table:

<table>
<thead>
<tr> <th> .. </th> </tr>
</thead>
<tbody>
<tr> <th> .. </th> </tr>
<tr> <th> .. </th> </tr>
<tr> <th> .. </th> </tr>
</tbody>
</table>

I want to make a fixed height of my TBODY, and want to have a overflow-y: scroll... any idea guys?? I am trying trying and trying... I need this for for Firefox/Safari and IE....

Looking forward!

-techunar
  Reply With Quote