[過去ログ] CSS/DHTMLバグ辞典スレッド 第4版 (980レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
411
(4): 04/09/08 21:59 ID:wkNC7i0u(1) AAS
WinXP/IE6なんですが、
中にimg要素が入っているdt/dd/li要素のpadding-bottomの数値が
3ピクセルほど底上げされる、というのはバグでしょうか?

以下ソース
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>title</title>
<style type="text/css">
<!--
dt{
padding-bottom: 0; /* 0を指定してるのに間が空く */
border: solid 1px #000;
}
dd{border: solid 1px #000; }
-->
</style>
</head>
<body>
<dl>
  <dt><img src="xxx" width="64" height="64" border="0" alt="xxx"></dt>
  <dd>DD</dd>
  <dd>DD</dd>
</dl>
</body></html>

</dt>と<dd>の間を詰める(改行やスペースを挟まない)か、
img{ display: block; } を入れると解決するのですが…
1-
あと 569 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.011s