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 can use the css border-left on the right div.
border-left
.vertical_line { border-left: 1px solid #f2f2f2; } first div second div
first div
second div