gpt4 book ai didi

javascript - Skype check.js 出现 5x5 方点

转载 作者:行者123 更新时间:2023-11-30 18:27:12 25 4
gpt4 key购买 nike

所以我正在尝试向页面添加一个简单的 Skype 调用按钮。除了页脚底部出现一个令人讨厌的小白点外,它工作正常。

这是脚本源:

 <script  src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>

所以在那个脚本中有一个 detectionswf 对象,id 是“skypedetectionswf”。还有一个 div 容器,也是 5x5。

我的问题是我究竟该如何隐藏这个小痘痘?

我已经把它直接放在下面了,但是没用:

<script> document.getElementById("skypedetectionswf").style.visibility='hidden'; </script>

最佳答案

使用 CSS:

#skypedetectionswf{
display: none;
margin-left: -10000px;
}

关于javascript - Skype check.js 出现 5x5 方点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10544002/

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