Pergunta

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

Foi útil?

Solução 2

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

Outras dicas

You need to use the overflow-y:

Try something like this:

<div id="yourDiv" style="overflow-y:scroll;height:400px">
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top