1

我正在尝试安装一个 infoGrid,取自这个站点 我已经在我的页面上设置了几个轮播,我取自这个站点,再加上一个来自jquerynewsticker [DOT] com 的新闻代码 现在问题出现了我将 infoGrid 添加到我的页面中,该页面已经有轮播和新闻行情。问题是,我无法向下滚动查看我的 infoGrid。你能帮我解决这个问题吗?非常感谢您的帮助。

4

1 回答 1

1

You need to include the css file from the infoGrid into your main css file. It is because you have it separately, and it is trying to call two css files in which you have conflicting elements. delete these lines

* { margin: 0; padding: 0; }
html, body { height: 100%; overflow: hidden; background: #eee; }
body { font: 14px Georgia, serif; }

and include the rest in your main css, everything will be fine then.

于 2013-04-27T23:15:29.763 回答