为什么我的 jQuery UI Accordion 不显示准确的尺寸
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
快速浏览一下,您的 CSS 中的这可能是罪魁祸首:
为什么它是相对的? 看来没有必要。
A quick look indicates that this in your CSS may be the culprit:
Why is it relative? It doesn't seem necessary.