How to connect DIVs with lines

Hi!

I wanted to know if theres someone who could help me figure this one out.

Is it possible that on hover over div(1) div(2) appears and connects to div(1) via a line? as in this example:

I’ve already nailed the appearing part with IX2 but would love to know if it could be done without custom code.

Hey Woody,

If those divs are static and absolutely positioned, then of course it is possible. Just create a div that is 1 pixel wide and long as the gap between the 2 squares…