Previous Message
Next Message

Re: [css-d] Columns of Equal Length

Sent by Richard Grevers on 29 June 2003 23:11


On Sun, 29 Jun 2003 13:21:22 -0700 (PDT), Seamus Leahy 
[EMAIL-REMOVED]> gave utterance to the following:

> I was playing around and got a three column layout
> with the columns to be the same length by using
> display: table-cell.
>
> http://www.moronicbajebus.com/playground/cssplay/equalcolumn/
>
I just realised that part of the reason it doesn't work in IE is that you 
are using a selector (child) that IE doesn't work.
My first experiment: adding a class named " cell" to each of the three divs 
and changing the selector to body #main .cell {display:table-cell;} still 
didn't work in IE but did result in IE showing the borders, which shows 
that the selector is now working:
http://www.dramatic.co.nz/test/equalcolumn.htm if anyone wants to take it 
further.



-- 
Richard Grevers
Women are like watches: The finer the movement the better the time



______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: