Hey guys - wondering if you can help me. I've been working on a friend's simple website using jQuery to animate the buttons. I've got them to "bump" when I move the mouse onto them, but when I click to move them (and hopefully resize them) they not only don't resize, but also when the mouse leaves them they return to the original position. I did something similar on my own site using a "state" attribute in the variable for each div, and it works fine.
My site is at http://www.isthat.it/main.html, and as you can see on the right, the click-to-open works fine. The friend's site is at http://www.weaponize.co.uk, and it clearly doesn't work. My site's script: http://www.isthat.it/scripts/homepage.js His site's script: http://www.weaponize.co.uk/homepage.js any info would be appreciated...