我正在使用JQuery UI,以纵向方式重新定位(从底边移走)。 我将<:200px和over:auto 。
The JQuery look as this:
$("#resizable").resizable({handles: s ,ghost: false,animate: false,});
$("#resizable" ).resizable({ maxHeight: 300 });
重整功能是巨大的,而干.是空洞的,有内容,但无过量。 然而,如果出现超支,那么随着我走下车条,拖拉机(从底层)就会走。 它不会停留在导致我cra的底层边缘,因为它无法使用。
I can not figure out how to fix this. Could some one please help out?
谢谢!
HTML:
<div id="resizable" class="divTop">
<div class="dataView">
<?php require_once(ROOT_PATH. user/controls/data/get_data.php ); ?>
</div>
</div>