문제

I am trying to mount an infoGrid, taken from this site I already have several carousels set up on my page, which i have taken from this site, plus a news ticker, which is from jquerynewsticker[DOT]com Now the problem shows up when I add the infoGrid to my page which already has carousels and news ticker. The problem is like, I cannot scroll down to see my infoGrid. Could you please help me solve this problem? Thanks a lot for your kind help.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top