gpt4 book ai didi

javascript - WebKit 高度差异

转载 作者:行者123 更新时间:2023-11-30 06:31:21 25 4
gpt4 key购买 nike

图片

columns

CSS

#sub-nav {
position: absolute;
top: 207px;
left: 16px;
width: 192px;
z-index: 4;
background: url('../img/transparent.png');
overflow: hidden;
}

#logo-buttons-bg {
position: relative;
padding: 0 0 60px 0;
width: 208px;
//background-gradient
z-index: 8;
}

#logo-buttons-bg ul {
padding: 8px 21px;
list-style-type: none;
}

jQuery:

var containerHeight = $("#logo-buttons-bg ul").height();
$("#sub-nav").height(containerHeight - 25);

我该如何解决?我尝试为 var containerHeight 添加不同的元素,将 25 更改为另一个具有特定高度的 CSS 元素……结果完全一样。


Normalize.css 解决了这个问题,感谢 Vucko

最佳答案

我在使用 FF 和 Chrome 时遇到了类似的问题。我正在使用 .height 并切换到 .outerHeight(true)

http://princepthomas.blogspot.com/2011/07/jquery-height-vs-outerheight.html

关于javascript - WebKit 高度差异,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17394309/

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