Christoph: Die Frage kommt mir bekannt vor..

Beitrag lesen

Hallo,

ja, soetwas ist möglich.. allerdings wurde diese Frage auch schon tausendmal gestellt, aber egal, hier ein Beispiel:

<html>
<head>
<style type='text/css'>

.Scroll {
top:0PX;
left:0PX;
position:relative;
width:100%;
height:100%;
overflow:auto;
}

</style>
</head>
<body>
<table>
 <tr>
 <td>
 <div class='Scroll'>
 Inhalt..
 </div>
 </td>
 </tr>
</table>
</body>
</html>

Grüße,
Christoph.