私のhtmlはこのようなものです-;
<div class="wrapper">
<div class="header">
this is the header
<div class="hdr-lnks">
<a href="#">home</a>
</div>
</div>
</div>
私のcssはこれです:
.hdr-lnks {
position:fixed;
}
を設定するposition: fixed
と、div が消えるのはなぜですか?