求教个有关问题 html5图片
求教个问题 html5图片
如这代码,在firefox 和 google 浏览器中,为什么图片下面老有几个像素的空白,怎么处理掉,求解
------解决方案--------------------
可以
<img style="vertical-align:bottom;" 去掉
- HTML code
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>无标题文档</title> </head> <body> <div style="border:1px solid #ccc;"> <img src="image/_MG_72931_1.jpg" width="100" /> </div> </body> </html>
如这代码,在firefox 和 google 浏览器中,为什么图片下面老有几个像素的空白,怎么处理掉,求解
------解决方案--------------------
可以
<img style="vertical-align:bottom;" 去掉