Question

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

Était-ce utile?

La solution 2

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

Autres conseils

You need to use the overflow-y:

Try something like this:

<div id="yourDiv" style="overflow-y:scroll;height:400px">
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top