非常に単純な html コード:
<div style="position: relative; width: 300px; height: 400px; background-color: red">
<div style="position: absolute; top:2px;bottom:2px;left:2px;right:2px; background-color: gray">
content
</div>
</div>
内側の div が外側の div 内のすべての場所を (2px のマージン) で保持するようにしたいのですが。
ff/chrome/ie8 では動作しますが、ie 6 および 7 では動作しません。
何が問題ですか?