码迷,mamicode.com
首页 > 其他好文 > 详细

图片对齐问题

时间:2015-06-06 18:08:17      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:

  

 1 <html >
 2 
 3 <head>
 4     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 5 <style type="text/css">
 6 img.top {vertical-align:text-top}
 7 img.bottom {vertical-align:text-bottom}
 8 </style>
 9 </head>
10 
11 <body>
12 
13 <p>
14 这是一幅<img class="top" border="0" src="./1.jpg" width="80" heigh="60"/>位于段落中的图像。
15 </p> 
16 
17 <p>
18 这是一幅<img class="bottom" border="0" src="./1.jpg" width="80" height="40" />位于段落中的图像。
19 </p>
20 
21 <!-- 相反的状态 -->
22 <p>
23 这是一幅<img class="bottom" border="0" src="./1.jpg" width="80" height="40" />位于段落中的图像。
24 </p>
25 <p>
26 这是一幅<img class="top" border="0" src="./1.jpg" width="80" heigh="60"/>位于段落中的图像。
27 </p> 
28 
29 </body>
30 
31 </html>

技术分享

第一第二这种排版是相对来说比较好的

图片对齐问题

标签:

原文地址:http://www.cnblogs.com/zzzzw/p/4556919.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!