gpt4 book ai didi

css - 单击内部链接时,Opera 中的 div 消失

转载 作者:太空宇宙 更新时间:2023-11-03 18:56:36 28 4
gpt4 key购买 nike

我对 Opera 中消失的 div 有疑问。
当您单击链接时,标题会消失...
请帮忙。

 <style type="text/css">

body {
height: 100%;
border: 0;
margin: 0;
padding: 0;
font-size: 100%;
}

#top {
position:fixed;
height: 60px;
margin: 0;
background-color: #ccc;
width:100%;
z-index:100;
}

#content {
position:relative;
z-index:0;
padding-top:70px;
}

h1 {
font-weight:bold;
padding-top: 70px;
}

</style>

problem example

最佳答案

您还没有为#top 声明“固定”位置。

尝试:

position: fixed;
top: 0px;

关于css - 单击内部链接时,Opera 中的 div 消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13309237/

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