作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是网络开发的新手,正在开发 Wordpress 主题。我有一个非常烦人的问题。
可以通过安装适用于 Chrome 的 Pin It Button (https://chrome.google.com/webstore/detail/pin-it-button/gpdjojdkbbmdfjfahjcgigfpmkopogic?hl=en) 并访问此页面来重现该问题。
http://shotbybauer.wilderland.co/fashion/
当您向右滚动并将鼠标悬停在图像上时,会出现几个新的滚动条。看起来 pin it 按钮没有随 div 滚动。当我禁用 Pin It 扩展时,问题就消失了。
为什么会这样??
最佳答案
原因是 Pinterest
中的错误按钮。
滚动条的原因是由按钮引起的 <span>
从页面的 View 上下文中获取左值。 Pinterest <span>
按钮将自身设置为 position: absolute
在您的页面上。
更新:
喜欢 @homerjam 在评论中说:
Add
<meta name="pinterest" content="nohover"></meta>
to the<head>
of your HTML.More informations here: Pinterest widget API.
关于javascript - Pin It 按钮出现在错误的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29132941/
我是一名优秀的程序员,十分优秀!