gpt4 book ai didi

jquery 点击不使用 css 'position :fixed' 属性

转载 作者:太空狗 更新时间:2023-10-29 14:56:00 26 4
gpt4 key购买 nike

当我删除这个属性时它工作正常,为什么会这样?

这是 jquery 函数:

 $(document).ready(function(){
$('#flogo').click(function(){

window.alert("clicked");

})
});

Html代码如下:

<div id="fblike" class="fixedlogo"><img src="images/likelogo.png" id="flogo" />    </div>

这是CSS:

 .fixedlogo
{
position: fixed; //If i remove this line then jquery is working.
height:50px;
margin-top: -20px;
}

最佳答案

这可能是 z-index 而不是 jQuery 的问题。 jQuery 不关心位置设置的是什么。我怀疑还有另一个元素与这个元素重叠并阻止了点击事件。

关于jquery 点击不使用 css 'position :fixed' 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16762563/

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