<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Script-Type" content="text/javascript">
<TITLE></TITLE>
<META http-equiv="Content-Style-Type" content="text/css">
</head>
<STYLE TYPE="text/css">
body {
background: #000000;
margin: 18px 0px 0px 20px;
}
.acce5{
width:156px;
height:90px;
border-top: solid 1px #6A5759;
border-right: solid 1px #6A5759;
border-bottom: solid 1px #6A5759;
padding:0px;
margin:0px;
}
.acce5 img{
vertical-align: bottom;
}
a:link img,
a:visited img{
border-width: 0px;
}
</style>
<body>
<p class="acce5"><a href=""><IMG SRC="http://www.nizm.co.jp/mainimg/indian2.jpg" alt=""></a></p>
</div>
</body>
</html>
コツ:
・親要素(ここではp要素)の開始タグ直後および終了タグ直前に空白(改行など)を入れない
・該当の img要素の vertical-align を bottom にする
たぶんコレでイケると思うのですが、そもそも IE 7 で再現しなかったので不安です。