Re: [css-d] CSS three column layout not behaving correctly

2007-01-23 Thread Gunlaug Sørtun
Artcoder wrote: > > I want the columns and the text to be inside my column-wrapper div. > But it is not when I view it in IE7.0 and Firefox 1.0. Why not? Containers won't expand to contain floats unless you tell them - style them - to do so. One si

Re: [css-d] CSS three column layout not behaving correctly

2007-01-23 Thread Philippe Wittenbergh
On Jan 23, 2007, at 12:46 PM, Artcoder wrote: > Take a look at > http://blissfulwebdesign.com/temp/debug.html > > The dotted column dividers and the left and right borders is one > background image repeated in y direction. Technically, your #column

[css-d] CSS three column layout not behaving correctly

2007-01-22 Thread Artcoder
Take a look at http://blissfulwebdesign.com/temp/debug.html The dotted column dividers and the left and right borders is one background image repeated in y direction. You can do a view-source to look at the code. But the relevant section of HTML ar