I have 2 nested div\'s that should be 100% wide. Unfortunately the inner div with the Textbox overflows and is actually larger than the outer div. It has a left margin and overf
A div is a block element and by default 100% wide. You should just have to set the textarea width to 100%.