Pregunta

I'm getting mixed up with my overflow and I just wanted to be put in the right direction.

¿Fue útil?

Solución 2

I think overflow-y:auto is the one your after

Otros consejos

You need to use the overflow-y:

Try something like this:

<div id="yourDiv" style="overflow-y:scroll;height:400px">
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top