Algo así había por las FAQs de CSS.
Es lo mismo que dice
Alberto vk, pero sin usar marcos, sino capas (mas accesible y usable
).
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
</head>
<body>
<div style="border: 1px solid #aaa;background-color:#f9efef; height:65px; overflow:auto; color:#135;">
<p style="font:12px 'Lucida Console';">
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
eaeaea<br>
</p>
</div>
</body>
</html>