I am implementing a webpage which has a navigation bar on the right panel and then left panel will display the detail (Just like facebook).
Basically, I am confused how to draw the vertical line to divide the navigation panel and the display panel.
I google this but most of the tutorial only shows how to construct a tab-like navigation bar.
Can anyone give me some idea on how to implement this?
Thanks.
Set a
border-lefton the right panel – or set aborder-righton the left panel. Usemarginandpaddingto adjust the placement.