gpt4 book ai didi

html - CSS 位置 :fixed not working in ie

转载 作者:太空宇宙 更新时间:2023-11-03 19:20:26 26 4
gpt4 key购买 nike

我有一个位置固定的 div,其中我有一个绝对位置的 div....

有绝对定位的 div 正在工作.....但是 position:fixed 在 ie 中不起作用.....

希望你明白...

HTML

   <div class="container">
<div class="cont_left">
<div style="position:relative">
<div id="nav">
<div style="display: block;" class="menu"> <a href="#">
about
</a>
</div>
<div style="display: block;" class="menu"> <a href="#">
services
</a>
</div>

......

</div>
</div></div></div>

CSS

.container{
width:100%;
float:left;
}
.cont_left{
width:164px;
float:left;
padding:0;
position:fixed;
}

#nav{
width:164px;
float:left;
padding:0;
list-style:none;
margin:58px 0 46px 0;
position:absolute;
top:0;
left:0;
}

最佳答案

关于html - CSS 位置 :fixed not working in ie,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4222018/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com