I have a div that, depending on circumstances, can overflow. Is there a way so that, no matter how much data is in the div, it will not have a scroll bar? I was hoping that there would be a style I could just add like:
<div style="width:100; height:100; noscroll:true" >
Is there such a thing?