CSS:将元素与底部对齐的问题
我有关于垂直对齐元素的 CSS 问题。
请看一下这个网址: http://leisureonly.com/gravedigger/grow-up [可能是 NSFW]
如果您查看右侧的侧边栏,就会发现底部有一个块,上面有一个图像,上面写着“掘墓人”。我希望这个块在侧边栏的底部对齐。
我尝试将其包装在 div 中,并将 Vertical-align: Bottom 应用于掘墓人元素,但这并没有提供所需的结果。 这样做的正确方法是什么?
I'm having CSS question on aligning an element vertically.
Please take a look at this URL:
http://leisureonly.com/gravedigger/grow-up [Possibly NSFW]
If you look at the sidebar to the right, at the bottom there's a block with an image saying 'Grave Digger'. I want this block to be aligned at the bottom of the sidebar.
I've tried wrapping it in a div and applying vertical-align: bottom to the grave-digger element, but that doesn't offer the desired results.
What is the correct way of doing this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,首先,sidebar_gravedigger 位于 side_bar 的底部,所以,第一个问题是侧边栏那么长。如果您希望该元素位于容器的底部(side_bar 的父容器),我建议这样做:
Well, beginning with, sidebar_gravedigger is at the bottom of the side_bar, so, the first problem is that the sidebar is that long. If you want that element positioned at the bottom of the container (the parent container of the side_bar), I recommend this:
像这样的事情可能会有所帮助:
Something like this might help: