垂直对齐类型与图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了垂直对齐类型与图像相关的知识,希望对你有一定的参考价值。
A replacement for now deprecated align attribute:
<html> <head> <title>Vertical align type with image</title> <style> p a { border: 1px solid #ccc; display: block; font-family: helvetica, arial, sans serif; font-size: 0.5em; } img.alignment { vertical-align: middle; } img.icon { width: 25px; height: 25px; margin-right: 5px; } </style> </head> <body> <p> <a href="#"><img class="alignment icon" src="images/twitter.png" alt="icon">Follow us on Twitter!</a> </p> </body> </html>
以上是关于垂直对齐类型与图像的主要内容,如果未能解决你的问题,请参考以下文章