This is a paragraph. The paragraph does not make its way into the floated div to the right, no matter how you adjust the window size. Unfortunately, this is not the case with list items:
Note that it doesn't matter whether or not the list item encloses a non-list-item tag, such as a paragraph. This particular list item encloses a paragraph, but it still crosses the border into the float.
The CSS on this page consists solely of the following:
#side {
width: 300px;
float: right;
border: #000 1px solid;
background: #cfc;
}
The border and background are irrelevant, and the width can be absolute or relative.
Please feel free to contact me about this, if necessary. Thanks,
- Evan