[SOLVED] Big Problem with attribute ScrollHeight
Hello,
I have big troubles with the ScrollHeight Attribute of a Div-Tag.
The following Div has a clientHeight of 100, but a ScrollHeight of 102.
Why is the ScrollHeight higher than the clientHeight?
-
<DIV class="textBox ui-resizable ui-resizable-autohide ui-draggable selectedFigure" style="DISPLAY: block; Z-INDEX: 11; LEFT: 177px; OVERFLOW: hidden; WIDTH: 200px; POSITION: absolute; TOP: 351px; HEIGHT: 100px; TEXT-ALIGN: left" jQuery1261560997347="84" type="text" isEdit="false" unselectable="on" figureId="0" inactive-z-index="11"><DIV id=contents_0></DIV>
<DIV class="ui-resizable-handle ui-resizable-e" style="DISPLAY: none; MozUserSelect: none" jQuery1261560997347="85" unselectable="on"></DIV>
<DIV class="ui-resizable-handle ui-resizable-s" style="DISPLAY: none; MozUserSelect: none" jQuery1261560997347="86" unselectable="on"></DIV>
<DIV class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se" style="DISPLAY: none; Z-INDEX: 1001; MozUserSelect: none" jQuery1261560997347="87" unselectable="on"></DIV></DIV>
Thank you very much for your help!
Regards