I'm trying to get a div with a button next to a parent div. Like this:
____________
|relative |
| |
| |
| |_______
| | fixed |
| |_______|
| |
| |
|__________|
The fixed div has to be fixed during scrolling but at all time next to the parent and not under or above its parent.
How can I accomplish this?