This worked, Thanks very much.
The interesting thing, though, is that it worked without the float. When I put in the float it worked fine in safari and mozilla (mac & pc), but in IE it wanted to make the margin-left so many pixels from the menu division, rather than from the side of the page. The page is here, for the record, http://www.inspirationcenter.net/midamericadharma ... Thanks again ... Richard On 5/24/06 12:40 PM, "cj" <[EMAIL PROTECTED]> wrote: > have you tried something like: > > > .menu { > float: left; > width: 100px; /* or whatever */ > } > > .content { > margin-left: 100px; > } > > > <div class="menu"> > </div> > <div class="content"> > </div> > -- Richard H. Hall http://www.umr.edu/~rhall Save the internet - Preserve Network Neutrality! http://www.savetheinternet.com ______________________________________________________________________ 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/
