Jquery 可调整大小似乎改变了布局
请参考J Fiddle:
两个栏,您只能左右调整它们的大小。但是,如果您调整顶部栏的大小,它会将另一个栏重新定位在其上方,它们应该保持在垂直水平!
在这里发布代码很困难,因为代码太多,所有相关的部分都被剥离并放在小提琴上。
任何帮助表示感谢,谢谢!
Please refer to the J Fiddle:
The two bars, you can resize them left and right only. However, if you resize the top one, it repositions the other bar ontop of it, they should stay at their vertical level!
It's hard to post code in here because there's quite a lot, all the relevant bits are stripped out and put on the fiddle.
Any help appreciated, thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后修复了它:
我相信可调整大小会添加一个包装器 div,因此如果我们选择父级,它就不会出现错误。
Fixed it in the end:
I beleive the resizable adds a wrapper div, so if we select the parent it works bug free.