dw中图片的蓝色边界怎么去除
如图所示,上面的图片中有个蓝色的边框,下面的图片好像都是以蓝色的边界对齐的,这些图片没有添加链接。本人新手想请教下,怎么回事。贴出代码如下:<!doctypehtml><...
如图所示,上面的图片中有个蓝色的边框,下面的图片好像都是以蓝色的边界对齐的,这些图片没有添加链接。本人新手想请教下,怎么回事。贴出代码如下:
<!doctype html>
<html>
<head>
<style>
body{margin:0px}
img{display:block}
.yemei{width:1366px;height:120px;background-color:#F6F6F6;overflow:hidden}
.logo{float:left;margin-left:30px;margin-top:13px}
h3{float:right;margin-top:50px;margin-right:25px}
.banner_1,.banner_2{clear:both}
.icon_1{float:right;clear:right;margin-right:30px;margin-top:13px}
.icon_2{float:right}
.icon_3{float:right;clear:right}
</style>
<meta charset="utf-8">
<title>index</title>
</head>
<body>
<div class="yemei">
<div class="logo"><img src="images/logo.gif"></div>
<div class="icon_1"><img src="images/icon_1.gif"></div>
<div><h3>主页 关于我们 产品展示 招聘 联系我们</h3></div>
</div>
<img src="images/banner_1.gif"><img src="images/banner_2.gif">
<div>
<img class="icon_2"src="images/icon_2.gif">
<img class="icon_3"src="images/icon_3.gif">
</div>
</body>
</html> 展开
<!doctype html>
<html>
<head>
<style>
body{margin:0px}
img{display:block}
.yemei{width:1366px;height:120px;background-color:#F6F6F6;overflow:hidden}
.logo{float:left;margin-left:30px;margin-top:13px}
h3{float:right;margin-top:50px;margin-right:25px}
.banner_1,.banner_2{clear:both}
.icon_1{float:right;clear:right;margin-right:30px;margin-top:13px}
.icon_2{float:right}
.icon_3{float:right;clear:right}
</style>
<meta charset="utf-8">
<title>index</title>
</head>
<body>
<div class="yemei">
<div class="logo"><img src="images/logo.gif"></div>
<div class="icon_1"><img src="images/icon_1.gif"></div>
<div><h3>主页 关于我们 产品展示 招聘 联系我们</h3></div>
</div>
<img src="images/banner_1.gif"><img src="images/banner_2.gif">
<div>
<img class="icon_2"src="images/icon_2.gif">
<img class="icon_3"src="images/icon_3.gif">
</div>
</body>
</html> 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询