De que forma de esta?
Y php:
Código HTML:
<html>
<head>
<style type="text/css">
#capa1 {background: black; color:yellow; width:250px; height:150px; overflow: auto; border: red 3px dotted}
</style>
</head>
<body>
Auto
<div id="capa1">
texto.......
</div> <br/>
Scroll
</body>
</html>
Esto no me funciona tal cual...