Home >Web Front-end >HTML Tutorial >解决div里插入img下边缝隙问题_html/css_WEB-ITnose

解决div里插入img下边缝隙问题_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:36:07880browse

 
  new document
 
 
 
  1.容器div font-size:0px;
  2.img设置vertical-align:middle top bottom;
  3.img设置display:block;
  */
  div{
  border:1px solid red;
  font-size:0px;
  }
  img{
  border:1px solid black;
   
  }
 
 
   
 
 
  解决div里插入img下边缝隙问题_html/css_WEB-ITnose
 
 
 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn