Ver Mensaje Individual
  #5 (permalink)  
Antiguo 30/01/2008, 17:02
Raules
 
Fecha de Ingreso: mayo-2005
Ubicación: Murcia
Mensajes: 319
Antigüedad: 19 años
Puntos: 0
Re: Scrool en una div/tabla

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...