How can I visually connect divs with a line?
Hello,
I'm trying to connect four divs with lines. These lines show a relationship between each Div (see image below. red boxes are divs).
Each DIV will have a fixed width and height and their positions will be set using the
position property. Is there a way to do this? I'd prefer to use HTML, CSS, and JQuery only. It would be a bonus if the lines can update their positions dynamically depending on the position of each div.
Thank you in advance!