[css-d] table layout using only CSS

2007-12-30 Thread Kenneth Stephen
Hi, I'm working with the following test code: .col1, .col2, .col3, .col4 { float: left; width: 10em; } col1 col2

Re: [css-d] table layout using only CSS

2007-12-30 Thread Big Moxy
Kenneth, I had a problem yesterday with a form I was trying to convert to CSS from a table. I used an example from http://www.alistapart.com/stories/practicalcss/. Their example is similar to your code. Are you clearing the float for your row class as shown below? div.row { clear: both; p

Re: [css-d] table layout using only CSS

2007-12-30 Thread Gunlaug Sørtun
Kenneth Stephen wrote: > What I see is col1 through col8 laid out on the same line, whereas > what I want to see is col1 through col4 on one line and col5 through > col8 on the next line. How can I do that? In your case, just add... .row {clear: both;} ...but if you want a real "table layout

Re: [css-d] Emulating Frames

2007-12-30 Thread Bill Moseley
On Sat, Dec 29, 2007 at 09:43:08AM -0800, Bill Moseley wrote: > > > I'm trying to replace an existing frame setup: > > +---+ > | header | > +-+-+ > |

Re: [css-d] Emulating Frames

2007-12-30 Thread Gunlaug Sørtun
Bill Moseley wrote: > I'm trying to replace an existing frame setup: > > +---+ > | header | > +-+-+ > | | | > |

Re: [css-d] Emulating Frames

2007-12-30 Thread Bill Moseley
On Sun, Dec 30, 2007 at 10:34:28PM +0100, Gunlaug Sørtun wrote: >> I'm trying to replace an existing frame setup: >> +---+ >> | header | >> +-+-+ >> |

Re: [css-d] Emulating Frames

2007-12-30 Thread Gunlaug Sørtun
Bill Moseley wrote: >> > > Ah, that makes more sense. Not sure I understand when the height > expression is needed, though. IE6 can't position opposite edges of an element, so a height-calculation is needed for that, and older, IE/win versions to get the

[css-d] Site Check Please: Gap BTW Divs in IE

2007-12-30 Thread Aaron Roberson
Site design: http://northeastassembly.org Three issues that I'm dealing with are: 1. Between the header and horizontal navigation there is a gap in IE6. 2. Also, in FF and Safari the text in the footer is not centered horizontally but it is in IE. 3. The space between each sub menu item is grea

[css-d] IE6 giving too much space between two divs. please help

2007-12-30 Thread Scott Thigpen
Hi, My site works in everything but in IE6, there is a giant gaping space between my flash div and the three boxes. See here: http://www.thigpendesigns.com/index.html I've tried everything I know to get that gaping space to go away but I've hit a dead end. I'm not sure what else to do to close

Re: [css-d] IE6 giving too much space between two divs. please help

2007-12-30 Thread Scott Thigpen
wait, I spoke too soon, I fixed it...there was a rogue hanging about that was pushing it down. all is well now __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss