Marty: > I am working on a all div layout and am running into an issue I haven't > seen before (this is one of my first all CSS sites though, so...). Now notice how it no longer floats but wraps instead? Does > anyone know what is causing this? It doesn't matter which div inside > div#03 I add it to, they wrap when they should float?
It has to do with the fact that "x03_02" is too wide in the "http://new.icn.net/cms/index1.cfm" page by 1px. The 1px is coming from the border, and it makes "x03_02" 501px wide. There's not enough room to the right of it for "x03_03", so that has to drop below where there's enough room for it. try div#x03_02 { width: 499px; } -Justin Reid ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
