I got a div that is floated right and onClick, I would like to display another DIV containing a list of items that can be clicked on which could also be assigned by id, their own click events. Like a drop down menu for example.
How could I accomplish this?
This looks promising: http://css-tricks.com/simple-jquery-dropdowns/