tags:

views:

94

answers:

2

Hello All,

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.

Thanks in advance for any assistance. The site to look at is http://www.ebusinessmanager.ca/

Thanks

+2  A: 

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.

Pekka
I am looking in to that now.
Rob
I will look at the rest when I get home from work but this looks like it might be the answer. If it is I will check it off as done! Thanks!
Rob
A: 

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

ZippyV
That was it! That fixed it!
Rob