Hi guys, got stuck and looking for help. I CSSed haccordion to become a vertical slide-out gallery menu, and needed a way to hide the expanded list (.content) when item is clicked (when user chooses a photo, see URL below). That was no big deal, just used JS set the .content width to 0px just like the haccordion script does, like this:
document.getElementById('c'+albumid).style.width = '0px'; and it works great. Problem is, when i do this and then mouseover on that haccordion item again, it won't slide out, still having 0px width. You can see this "problem" in action here: http://1stpage.pl/stuff/hacc/ Thanks in advance if anyone can help. rgds K.