如何将一大块换行文本垂直居中于图像旁边?
我有一些旧表代码此处。我想以一种使用良好的 CSS 的方式重写它,但遇到了麻烦。
此外,使用 background-image
代替 img
也不是一种选择,因为会有许多不同的图像。
这是我的尝试,但我无法让该死的东西与图像保持一致< em>和保持垂直居中。
我该怎么做?
I have some legacy table code here. I'd like to rewrite that in a way that uses good ol' CSS, but am having trouble.
Also, using a background-image
instead of the img
is not an option, as there will be many different images.
Here's my attempt, but I can't get the darn thing to stay inline with the image and remain vertically centered.
How would I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哦等等,解决了:
http://www.jsfiddle.net/Eric/fRaU7/14/
Oh wait, solved it:
http://www.jsfiddle.net/Eric/fRaU7/14/