> The interesting thing, though, is that it worked without the float.

that's because you absolutely positioned it when it shouldn't be.  :)
change your content to be:

#content {
        margin-left: 220px;
        height:800px;
        font-family: Papyrus;
        background-color:#FFFFFF;
        }

i'd also recommend taking out the set heights for both your menu and
content areas.  if someone ever resizes the font size, they might run
into some problems.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to