为什么 margin-top 在此布局上不起作用
我想要这个: http://www.img-share.net/uploads/33986layout.png
但这不起作用 http://jsfiddle.net/RLN8x/1/ 请帮我...
I want this:
http://www.img-share.net/uploads/33986layout.png
But this does not work
http://jsfiddle.net/RLN8x/1/
please help me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试这个更新版本: http://jsfiddle.net/RLN8x/5/
您需要设置“block”到相对位置并使用负
top
值将其推到父级之外。Try this updated version: http://jsfiddle.net/RLN8x/5/
You need to set the "block" to relative position and use a negative
top
value to push it outside the parent.您可以使用相对定位来代替:
You could use relative positioning to do this instead: