Jquery Chart 位于文本顶部而不是底部 - 如何修复?
我有一个页面,上面有一个 jquery 图表(JQPlot)。不幸的是,由于某种原因,图表位于页面文本的顶部,而不是直接位于其下方。
有谁知道如何修改这个 - 我已经挠头好几个小时了,似乎无法找出它为什么这样做。
网页在这里 http://www.healthinteractive.co.uk/assess/node/ 3/完成
提前致谢
I have a page that has a jquery chart on it (JQPlot). Unfortunately for some reason the chart sits on top of the text on the page, rather than directly underneath it.
Does anyone have any idea how to amend this - I have been scratching my head for hours and cannot seem to find out why it is doing it.
Webpage is here http://www.healthinteractive.co.uk/assess/node/3/done
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加一个
clear:both;
到#chart1
div 就可以了。Add a
clear:both;
to the#chart1
div and you should be OK.