为什么我的 jQuery UI Accordion 不显示准确的尺寸

发布于 2024-07-25 02:45:33 字数 400 浏览 4 评论 0原文

http://mindfulintegrations.com/signiacapital/accordian.php

我正在使用 Jquery Accordion UI 和如果您查看上面的页面,您会发现它无法正确显示文本 - 按钮位于奇怪的位置,并且文本的宽度没有完全跨越白色文本块。

我想要的是让手风琴位于 Flash 图像下方,并在单击其他按钮时展开,并根据需要展开“白色背景”以适应展开的文本。

我认为这可能与容器 div 设置了静态高度有关 - 但当我尝试给它一个大的高度时,它仍然无法正确显示。

谢谢!

http://mindfulintegrations.com/signiacapital/accordian.php

I am using Jquery Accordion UI and if you look at the above page you can see it doesn't display the text correctly - the buttons are in odd places and the width of the text isn't spanning the white text block fully.

What I want is for the accordion to be under the flash image and expand when the other buttons are clicked, and have it expand the "white background" as necessary to fit the expanded text.

I think this might have to do with the container div having a static height set - but when I try giving it a large height it still does not display properly.

Thanks!

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

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

发布评论

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

评论(1

还不是爱你 2024-08-01 02:45:33

快速浏览一下,您的 CSS 中的这可能是罪魁祸首:

.processAccord {
position:relative;
}

为什么它是相对的? 看来没有必要。

A quick look indicates that this in your CSS may be the culprit:

.processAccord {
position:relative;
}

Why is it relative? It doesn't seem necessary.

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