CSS Div Overflow Question
How do I fix that?
Actually, here is the whole DIV:
<div id='ddlMulti_div' style=" overflow:scroll;width: 250px; display: inline-block; border-color: DarkGray; border-width: 1px; border-style: Solid; overflow: auto; background-color: window; display: none; position: absolute; z-index: 100;"><!-- stuff --></div>

