Hello, I'm trying to build a list of categories with check boxes and I don't want to overflow my tables, so I was wondering if anyone has a code that will allow users to click on a link and a pop up will show the rest of the list. I would like the user to drag it as well so it won't get in the way of the web site's contents. Thanks
This is mainly a JavaScript related question, not PHP. To answer it shortly, you have to make a hidden DIV with the subcategories for each main category and then showing the individual DIV when user clicks the link - very easily done for example with jQuery.