Domanda

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

È stato utile?

Soluzione 2

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

Altri suggerimenti

You need to use the overflow-y:

Try something like this:

<div id="yourDiv" style="overflow-y:scroll;height:400px">
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top