vertical
English [?v?:t?kl]
adj. ??, ??; [??] ??, ??
n. [build] ?? ??; ?? ??
align
English [??la?n]
vt. ?? ??, ?? ????.
vi.
CSS ?? ?? ?? ???
??: vertical-align ??? ??? ?? ??? ?????.
??: ? ??? ??? ?? ?? ???? ???? ??? ?? ???? ?? ??? ?????. ?? ?? ?? ??? ?? ??? ? ????. ??? ?? ??? ???? ?? ??? ?????. ??? ??? ? ??? ? ??? ? ?? ??? ?????.?
??: ?? ????? ?? ?? ??? ?????. ?? ? "inherit"? ?? ??? Internet Explorer(IE8 ??)?? ???? ????.
CSS ?? ?? ?? ?
<html> <head> <style type="text/css"> img.top {vertical-align:text-top} img.bottom {vertical-align:text-bottom} </style> </head> <body> <p> 這是一幅<img class="top" border="0" src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" />位于段落中的圖像。 </p> <p> 這是一幅<img class="bottom" border="0" src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" />位于段落中的圖像。 </p> </body> </html>
??? ????? ??? "???? ??" ??? ?????