So I have two divs. One left div with navigation links and one right div that populates with content depending on what link you click on the left. I would like to have a verti
You could let the navigation div have a border on the right, and the content div have a border on the left. Letting those two borders overlap should give the desired effect.