div 的高度不是自动的
我在 this fiddle 中有以下代码,我希望 profile_window_content 的高度大于高度jcrop-tracker.div 中图像的高度设置为 auto ,那么为什么它不大于图像高度。请帮忙。
I have the following code in this fiddle , I want the height of the profile_window_content to be more than the height of the image in jcrop-tracker.Height of div is set to auto , then why it is not greater than image height. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
浮动内容应该从容器底部掉落。
如果您想让容器无论如何都包裹浮动元素,请将溢出设置为隐藏。
Floated content is supposed to fall out of the bottom of containers.
Set overflow to hidden if you want to cause containers to wrap floated elements anyway.