I am trying to create a two column layout. Left column is the nav menu, right column is content.
The problem is, the border wrapping all of the content wraps only the right column content, while the left column nav menu visually runs off of the div border.
JSfiddle: http://jsfiddle.net/ekeWz/
Is it possible to get around this?
Hey now give to the #wrapper
overflow:hidden;in your css as like thisLive demo