为什么定义一个div的宽和高为图片的宽和高,图片会被遮住2个像素左右,这是为什么?
<html><head></head><body><styletype="text/css">.logo{width:200px;height:60px;}.logoim...
<html>
<head></head>
<body>
<style type="text/css">
.logo{ width:200px; height:60px;}
.logo img{ width:200px; height:60px;}
</style>
<div class="logo"><img src="../images/logo.png" width="200" height="60" /></div>
</body> 展开
<head></head>
<body>
<style type="text/css">
.logo{ width:200px; height:60px;}
.logo img{ width:200px; height:60px;}
</style>
<div class="logo"><img src="../images/logo.png" width="200" height="60" /></div>
</body> 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询