手风琴菜单移动其他内容

发布于 2024-12-10 19:40:55 字数 339 浏览 0 评论 0原文

我正在使用 dcjq 手风琴 在屏幕左侧显示内容,但在其右侧,div 中有单独的内容,其中样式中包含 clear: Both ,但似乎使用clear 导致内容的高度根据其旁边的手风琴而变化。

主要内容和手风琴都位于单独的 div 中,但最终位于同一个包装器 div 中。我怎样才能断开它们?

I am using the dcjq accordion to display content on the left of the screen however to the right of that there is seprate content within divs that contain clear: both in the styling, but it seems that the use of clear causes the height of the content to change depending on the accordion beside it.

Both the main content and the accordion are in separate divs but ultimately within the same wrapper div. How can I disconnect them?

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

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

发布评论

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

评论(1

嗫嚅 2024-12-17 19:40:55

如果右侧 div 位于手风琴菜单之后,那么如果使用clear:both,它将始终位于下方:

我建议将手风琴菜单向左浮动,将右侧内容向右浮动,并从 CSS 中删除清除

If the right-hand div is after the accordion menu then it will always be below if using clear:both

I suggest floating the accordion menu left and the right-hand content to the right and remove the clear from the CSS

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