Home › Forums › CSS › How do I stop End-less floating Div in JS? › Re: How do I stop End-less floating Div in JS?
December 28, 2010 at 4:49 am
#67536
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.