I have a div where the content of the div "escapes" the div.
if, for example, I insert something like ssssssssssssssssssssssss (and so on: P), it just iterates over the edge of the divs instead of breaking and continuing on the next line.
CSS
#content {
position:absolute;
width: 855px;
padding: 195px;
padding-top: 0px;
source
share