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