jquery Slidedown div大小问题

发布于 2024-10-31 10:01:05 字数 366 浏览 1 评论 0原文

我想看看是否有人对如何解决这个问题有任何建议。我正在这个网站上工作,我正在尝试使 jquery 向下滑块扩展到整个页面。我不确定我能用文字解释得如何,所以请看一下这里的例子: 向下滑动示例 因此,如果你看一下并按第一个作品集,它就会向下滑动,但我只能将其设置为 div 大小允许的大小(200 像素)。我希望它延伸到整个页面,这样我就可以在那里放置信息。另外,如果我将它应用到所有下一个投资组合按钮,它也会一直延伸。我试图从图像 div 中取出隐藏的滑块,但它会在右侧打开,所有其他按钮都会向下移动。

有什么建议吗? 谢谢你们。 苏菲

I wanted to see if anyone has any suggestions on how to fix this. I am working on this website and I am trying to make a jquery downward slider extend over the whole page. I'm not sure how well I can explain in word so please take a look at the example here:
Slide down example
So if you take a look and press on the first portfolio piece it slides down however I was only able to make it as big as the div size would let me (200px). I want for it to extend through the whole page so I can put information there. Also if I apply it to all the next portfolio buttons, it also extends all the way. I tried to take the hidden slider out from the image div but then It would open on the right and all the other buttons would move down.

Any suggestions?
Thanks guys.
Sophie

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

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

发布评论

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

评论(1

嘿咻 2024-11-07 10:01:05

我刚刚重新组织了 html 代码,并将滑块放在投资组合图像第一行的末尾。在顶部添加时使其向左浮动并保持正确的大小:

<div style="clear:both;"></div>

所以我没有遵循顶部图像 div 中的先前样式。

希望我说得清楚,但如果有人对我如何解决它有更多疑问并且想使用此代码,请告诉我!

谢谢
苏菲.

I just reorganized the html code and put the slider at the end of the first line of portfolio images. Made it float left and the correct size while adding at the top:

<div style="clear:both;"></div>

So I it didn't follow the previous style from the top images div.

Hope I made myself clear but if anyone has more questions on how I solved it and would like to use this code, let me know!

Thanks
Sophie.

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