gpt4 book ai didi

javascript - 如何让我的 jQuery 菜单位于页面的最(非常)顶部?

转载 作者:太空宇宙 更新时间:2023-11-03 21:50:40 25 4
gpt4 key购买 nike

我的页面上有一个 jQuery 菜单,它工作得很好(感谢在我上一篇文章中帮助过我的人),但它从页面顶部 float 了大约 15 像素(根据我非常基本的计算) ,如果可能的话,我希望它位于最顶端。

编辑:它在 chrome 和 firefox 中向下 float 10px

这里有几张截图展示了正在发生的事情

enter image description here

enter image description here

这是我的菜单栏 css,所以你可以看到发生了什么:

#menu{
height:30px;
width: 100%;
}

#menu > li{
float:left;
}

#menu > li > ul > li{
position:relative;
width:auto;
}

#file-menu{
width:75px;
}

#applications-menu{
width:160px;
}

最佳答案

使用这个:-

body{
margin:0px;
padding: 0px;
}

关于javascript - 如何让我的 jQuery 菜单位于页面的最(非常)顶部?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17594369/

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