问题标签 [affix]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
html - Twitter-bootstrap 3在调整窗口大小和页脚时附加侧边栏重叠内容
当我使用 bootstrap 3 的词缀并调整窗口大小时,我遇到了重叠侧边栏的问题。有没有办法添加一些 css 类,这样菜单就不会重叠列,而是附加到顶部?
该列也与页脚重叠。任何帮助将不胜感激。似乎很多人都有同样的问题。
这是HTML:
这是CSS:
jquery - Bootstrap 3:如何在 100% 高度后粘贴
在设置为 100% 高度的介绍之后,我试图让我的导航栏贴在顶部,但我不确定这样做的最佳方法是什么?
代码:
编辑:我正在使用 Bootstrap 3.0。
twitter-bootstrap - Bootstrap 的 Affix 菜单和子菜单
如果您查看Twitter Bootstrap 的Affix 菜单,您会发现它也有子菜单项。它们仅在您单击主菜单项之一或滚动传递与子菜单项对应的标题时显示
我的网站上有一个 Affix 菜单,但我希望拥有与您在 Bootstrap 网站上看到的相同的子菜单功能。
我怎样才能达到同样的目的?它是 BS 3.x 中的标准功能吗?还是我必须自己做这个?如果是这样,什么是好的方法?
javascript - Twitter Bootstrap affix events not firing
I'm trying to affix a toolbar when the user scrolls passed it. The affix portion works fine however I want to adjust the padding on my main container when the affix class actually get applied. http://getbootstrap.com/javascript/#affix-usage Has some events listed However; I can't get any of them to fire. The JSfiddle doesn't look right I'm guessing cuz of the size. But essentially none of those events get fired when the affix is applied to the #nav.
You can see more of my code here.. Its essentially just the navbar given in the BS example.
php - Bootstrap Affix-bottom 不向上滚动
我已经阅读了其他一些答案,但仍然无法正确设置。
列标题不会再次开始向上滚动。
这是我的php:
这是我的CSS:
这是临时网址:
jquery - Bootstrap:affix.js - 当我用 js 调用它时,我无法获取另一个元素的高度并将其放入对象中
这是我的html代码:
Img 是响应式元素,在我的笔记本电脑上它有 150 像素。当我尝试:
它工作正常。但它不适用于:
它在通过 30 像素后开始“粘贴”。每时每刻。我需要它来响应,我不知道我做错了什么:/
当我用 读取值时console.log($('.masthead img').height())
,它显示了正确的值。问题是什么?
twitter-bootstrap - Firefox中的引导词缀底部不平滑
我在这段代码上遇到了关于引导词缀底部的问题:http: //jsfiddle.net/uvnGP/131/
当 jsfiddle 上的滚动很流畅但是一旦我在本地测试代码(使用 Firefox),它根本不流畅(有时我滚动页脚并在页脚上显示导航,请检查此屏幕截图http://awesomescreenshot.com /04e2gnjk17)。我检查了萤火虫,它表明在页脚滚动时,导航类在 affix 和 affix-bottom 之间发生了变化(如果在页脚滚动,它应该在 affix-bottom 上显示棒)。
我怎么解决这个问题 ?
谢谢查拉
html - 当窗口高度窄时,如何防止在引导词缀中跳跃?
当搜索结果少于页面高度时,页面高度变窄,并且在滚动时附加侧边栏正在跳跃。我试图使主容器的最小高度大于侧边栏,但它看起来不太好。如何在窗口高度狭窄时禁用 affix-bottom 或解决问题以防止跳跃?
模板展示了我当前的应用程序:jsfiddle
JS:
HTML:
CSS: