JQuery 幻灯片问题

发布于 2024-12-08 16:59:30 字数 276 浏览 1 评论 0原文

我在使用 JQuery 及其 SlideUp 和 SlideDown 函数时遇到问题。基本上,我有两个导航栏,根据用户单击的按钮滑出和滑入。然而,由于这个原因,这些功能会将内容减少一两个像素(取决于您使用的浏览器,尽管通常会减少 1 像素)。

您可以在此处查看该问题的工作示例: http://www.brianwritescode.com/index .php/博客/

I'm having an issue with JQuery and it's slideUp and SlideDown functions. Basically, i have two navigation bars that slide out and in depending on which button the user clicks. However as a result of this the functions are knocking the content down a pixel or two (depending on which browser you are using although it's normally 1px down).

You can see a working example of the issue here: http://www.brianwritescode.com/index.php/blog/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吃→可爱长大的 2024-12-15 16:59:30

我看到了问题所在。

您想要做的是将这 2 个导航元素从文档流中取出,以便它们与下面的内容无关。您可以将这 2 个导航包裹在一个 div 中,并将该 div 设置为绝对位置。

I see the problem.

What you want to do is take these 2 nav elements out of the flow of the document so that they have no bearing on the content below. You could wrap these 2 navs inside a div and set that div to position absolute.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文