为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我已经初始化了,背景图片还是和div有点间隙啊????????求大神指导!!!!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

<style type="text/css">

*{margin:0;padding:0}

img{margin:20px 40px;border:2px solid #F00;}

.book{background:url(2.jpg) no-repeat #6FF;}

.content{border:4px solid #0FF}

</style>

</head>


<body>

<div class="content book">

<img src="Blue hills.jpg"width="80px"height="80px" />

<img src="Sunset.jpg"width="80px"height="80px" />

<img src="Water lilies.jpg"width="80px"height="80px" />

<img src="Winter.jpg"width="80px"height="80px" />

</div>

</body>

</html>

http://img1.sycdn.imooc.com//57972fee00015b7c12590270.jpg

正在回答

1 回答

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
*{margin:0;padding:0}
img{margin:20px 40px;border:2px solid #F00;}
.book{background:url(2.jpg) no-repeat #6FF;}
/* .content{border:4px solid #0FF} */ /* 是设置了边框的原因,注释掉,就没有间隙了。 */ 
</style>
</head>

<body>
<div class="content book">
<img src="Blue hills.jpg"width="80px"height="80px" />
<img src="Sunset.jpg"width="80px"height="80px" />
<img src="Water lilies.jpg"width="80px"height="80px" />
<img src="Winter.jpg"width="80px"height="80px" />
</div>
</body>
</html>


0 回复 有任何疑惑可以回复我~
#1

寒冰水 提问者

非常感谢!
2016-07-26 回复 有任何疑惑可以回复我~
#2

慕粉3657143deng 回复 寒冰水 提问者

加油!
2016-07-29 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
网页布局基础
  • 参与学习       214707    人
  • 解答问题       1756    个

让你精通CSS中三大定位机制,彻底掌握网页布局的相关知识

进入课程

为什么我已经初始化了,背景图片还是和div有点间隙啊????????求大神指导!!!!

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信