一个DIV里插了五张同样大小的图片,分别下面加了图片名称,为什么出来的效果文字高矮不一?
一个DIV里插了五张同样大小的图片,分别下面加了图片名称,为什么出来的效果文字高矮不一?请哪位高手指点下。...
一个DIV里插了五张同样大小的图片,分别下面加了图片名称,为什么出来的效果文字高矮不一?请哪位高手指点下。
展开
展开全部
楼主要放在div中,那么就用标签div写了个小例子,这样就不会文字高矮不一了:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>example</title>
<style type="text/css">
<!--
div{ float:left; padding:10px; text-align:center; width:137px;}
div img{ margin-bottom:5px;}
-->
</style>
</head>
<body>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
</body>
</html>
但是这样的结构,我建议放在ul中实现比较好
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>example</title>
<style type="text/css">
<!--
div{ float:left; padding:10px; text-align:center; width:137px;}
div img{ margin-bottom:5px;}
-->
</style>
</head>
<body>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
<div><img src="https://gss0.bdstatic.com/70cFsjip0QIZ8tyhnq/img/logo-zhidao.gif" alt="" />百度知道</div>
</body>
</html>
但是这样的结构,我建议放在ul中实现比较好
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询