保持子节点相对于其启用 jQuery 可调整大小的父节点的位置?
是否可以保持
子项相对于其 jQuery 可调整大小的父项的位置?
抱歉,如果我的措辞有点令人困惑。
您可以在此处查看其实际效果。
我想要发生的是,当这些“图块”被拖动到不同的形状时,让
元素保留在图块的左下角。
是否可以用纯 CSS 来实现这一点?
谢谢!
Is it possible to keep the position of <p>
children relative to their jQuery resizable parents?
Sorry if my wording is a little confusing.
You can see it in action here.
What I want to have happen, is when those "tiles" are dragged into a different shape, have the <p>
elements stay in the bottom-left corner of the tiles.
Is it possible to accomplish this with pure CSS?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您只需
在这些段落的 CSS 中设置:即可实现此目的。
Yeah, you can achieve this by simply setting:
in the CSS for those paragraphs.