Rob
Rob

Reputation: 531

How to make a CSS slider work

I have tried for the life of me to get this darn slider to work on this site I am making and I can't figure out what I am doing wrong. Once I add in the code for the slider (the news story slider at the top of the page) it seems to be pushing the rest of the site out of wack.

If there are any CSS guys out there that can help. I know its just something small that I am missing but I am at hat point where I cant see it anymore.

The site to look at is http://www.ebusinessmanager.ca/

Upvotes: 0

Views: 150

Answers (2)

ZippyV
ZippyV

Reputation: 13018

It's because you set the #content-box at width: 100%. Your sidebar has no place left.

Upvotes: 0

Pekka
Pekka

Reputation: 449385

If I had to guess, I would say you have an unclosed tag somewhere. The W3C Validator check seems to confirm this. Try making the page valid first, then see whether there still are any problems.

Upvotes: 2

Related Questions