I want to position a element next to (and follow) the middle of the scrollbar. In other words, glue a element to the middle of the scrollbar. I guess you have to dynamically get the height and position of the scrollbar and update the elements properties with setInterval for example.
Any ideas? Thanks in advance!