Can CSS be used to make a div move along with the screen as the user scrolls (similar to 'fixed' positioning), but then stop when it reaches another div and jump over it if the user continues scrolling?
For example, imagine you have 3 divs with significant text content - is it feasible for a div to dynamically slot itself under each of these divs as the user scrolls down?