On 4/28/07, John Wells <[EMAIL PROTECTED]> wrote: > Blake, > > Seems to prevent pushing the #content div below the #navigation div, but it > still allows overlap. Anyway to get around this?
Umm... Try word-wrap: break-word; ... It's not supported in Firefox yet, but I think it's supported in IE and in Safari. I haven't done any testing with it, though, so your mileage may vary. Other than that, maybe you could throw overflow: auto; on the #content div, but it's not exactly pretty. -- Australian Web Designer - http://www.blakehaswell.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
