After tinkering with this interesting concept of mouseover combined with absolute positioning divs on a jsFiddle, I encountered some unexpected results.
The code was inspired by a stackoverflow thread on positioning one element relative to another using jQuery. However, the current code is not yielding the desired outcome. While I can adjust the offset based on absolute positioning (such as subtracting the header's offset), I'm facing difficulties with scrolling positioning. Whenever scrolling starts, the position goes awry. Is there anyone who knows how to solve this issue?