gpt4 book ai didi

jquery - 在div中使用垂直滚动条调整大小

转载 作者:行者123 更新时间:2023-11-28 10:40:43 25 4
gpt4 key购买 nike

我有一个 div,我在所有方向(n、e、s、w、ne、se、sw、nw)应用了 jquery 调整大小,当有垂直滚动条时,在 IE 中调整大小光标不显示为东方向在分区中。但这在 Firefox 中运行良好。

html:

    <div id="one" class="moveable first">
one one one one one one
</div>
<div id="two" class="moveable second">
two two two two two two
</div>

CSS:

.moveable {
margin: 0px 14px 12px 0;
float:left;
background:#FFFFFF;
}

.first{
width:100px;
}

jQuery:

var resizehandler = {
handles: 'n,s,e,w,sw,se,ne,nw'
};

$(".moveable").resizable(resizehandler);

fiddle

最佳答案

添加到 CSS:

.movable{
overflow: hidden;
}

jsfiddle

关于jquery - 在div中使用垂直滚动条调整大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23144395/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com