I have a div and the div is 200 pixels high. There is text inside the div, and I don't want the div to have scrollbars, so I set the overflow: hidden.
Now inside this div there is also a list acting as a drop-down list. When you click on a list / dropdown, I want it to appear at the top of the main div.
Here is an example with the main div for overflow: hidden:

And this is an example without overflow: hidden. So I want the following, but the text does not overflow.

jsFiddle: http://jsfiddle.net/w8kQA/
list css overflow
jQuerybeast Dec 08 '11 at 2:55 a.m. 2011-12-08 14:55
source share