Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我到目前为止所得到的:http: //jsfiddle.net/dDK6z/
我已经尝试过诸如display:inline(-block)添加边距、填充等的方法,但这些都没有将图像向下/文本向上移动。
display:inline(-block)
有任何想法吗?
您是否尝试垂直对齐图像?
img { vertical-align: middle; }
见演示。