Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How do I stop End-less floating Div in JS? Re: How do I stop End-less floating Div in JS?

#67536
Chris Coyier
Keymaster

Why are you using images for your sidebar? You can easily achieve what you made with CSS. I think you might want to clean up your code. Your missing semicolon’s in some areas and I checked your markup validation and found that you have 26 Errors and 4 warnings. What you’re trying to achieve can be done with jQuery. Chris has a tutorial on this HERE.