Hi zusammen,
ich habe ein Problem und zwar habe ich eine table in einfach zusammengefasst:
<table>
<thead class="scroll_head">
...
</thead>
<tbody class="scroll_body">
......
</tbody>
</table>
in der ich den tbody scrollbar haben möchte und den thead fest.
das geht beim Mozilla auch ohne Probleme indem ich einfach
tbody.scroll_body
{
overflow: auto;
height: 550px;
overflow-x: hidden;
}
mache. aber beim IE Funktioniert das einfach nicht
ich hoffe ihr könnt mir weiter helfen.
mfg Fabi
ich habe ein Problem und zwar habe ich eine table in einfach zusammengefasst:
<table>
<thead class="scroll_head">
...
</thead>
<tbody class="scroll_body">
......
</tbody>
</table>
in der ich den tbody scrollbar haben möchte und den thead fest.
das geht beim Mozilla auch ohne Probleme indem ich einfach
tbody.scroll_body
{
overflow: auto;
height: 550px;
overflow-x: hidden;
}
mache. aber beim IE Funktioniert das einfach nicht
ich hoffe ihr könnt mir weiter helfen.
mfg Fabi