jQuery 可排序连接列表内联
我在这里指的是这个链接: sortable
我想使这些项目内联,我已经将 css 中的显示更改为
#sortable1 li, #sortable2 li
,
display:inline;
但随后所有内容都被打乱,并且我的项目飞向右侧,即使我设置了 500px 的 div 包装器 - 它们飞出该区域。
有人有一些好的建议来处理这个问题吗?
谢谢。
I'm referring to this link here: sortable
I want to make these items inline, and I've changed the display of the
#sortable1 li, #sortable2 li
to
display:inline;
in the css, but then all gets scrambled and my items fly off to the right, even though I have div wrapper set which is 500px - they fly out of that area.
Has anyone some good tips to handle this?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将你的CSS更改为:
Try changing your css to: