yvorl
06-02-2009, 12:13 PM
Hi!
Here's my problem:
I've got a CSS like:
...
table>tbody {
overflow: auto;
height: ...
...
}
and:
<div id="table" class="tableContainer">
<table cellspacing="0">
<thead>
..
..
</thead>
<tbody>
..
..
</tbody>
</table>
</div>
Is it possible to change the height of '<tbody>'?
For example:
var x = document.getelemen(s)tby.... something??
x.stlye.height = 100 + 'px';
the css part sould be untouched (it's part of a fixed header table solution)
Thank you
Here's my problem:
I've got a CSS like:
...
table>tbody {
overflow: auto;
height: ...
...
}
and:
<div id="table" class="tableContainer">
<table cellspacing="0">
<thead>
..
..
</thead>
<tbody>
..
..
</tbody>
</table>
</div>
Is it possible to change the height of '<tbody>'?
For example:
var x = document.getelemen(s)tby.... something??
x.stlye.height = 100 + 'px';
the css part sould be untouched (it's part of a fixed header table solution)
Thank you