I've been searching a lot for a way to allow a div to stick out of its parent.
The parent has float:right and I'm trying to make clicking it toggle show/hide a child element, but the child element shows/hides after the div. I'd like to make it "stick out" of the parent div.
Thanks! :)