如何定位CSS固定JQuery下拉栏
我正在寻找一个 JQuery 下拉栏(如 StackOverflow 中的下拉栏),当我找到 this 指向这个 jsfiddle 演示。这是完美的,除了一个问题:当页面滚动时,用户可能看不到消息。
我认为 CSS 中的一个简单的“固定”将会产生魔力(演示在这里),但随后新问题出现:条形不完整且居中。现在我被封锁了。我需要的是像第一个演示中那样的完整栏,但即使页面像第二个演示中那样滚动,也总是显示。谢谢。
I was looking for a JQuery dropdown bar (like the one in StackOverflow) when I'll find this that pointed to this jsfiddle demo. This is perfect except for one problem: when the page has scroll, it's possible that the user can't see the message.
I though that a simple "fixed" in the CSS will make the magic (demo here), but then a new problem appeared: the bar is not complete and centered. Now I'm blocked. What I need is the complete bar like in the first demo, but showed always even if page has scroll like in the second demo. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将以下内容添加到您的 CSS 声明中:
此处演示
Add the following to your CSS declaration:
Demo here
您还需要 3 个 css 样式:
You need 3 more css styles: