*From: John Wells
*Sent: Friday, April 27, 2007 5:12 PM
*
*Don't know if your remember this or not, but back some time ago I
emailed about a three-
*column layout that was killing me. A helpful soul suggested using
"display:table-cell" to fix my
*problem, and it did!...except, not really in IE.
*
John, I have a centered, 3-column percentage layout that works pretty
well at www.opactive.com, without negative margins:
#container {
width: 98%;
border: 1px solid #5269AD;
padding: 0;
margin: 1em auto 0 auto;
}
#column1 {
float:left; width:18%; margin-top:.5em; margin-left:1%; padding:
0;
}
#column2 {
float:left; margin-left:1%; padding:0; width:60%;
margin-top:.5em; padding: 0;
}
#column3 {
float: left;
width: 18%;
margin-top:.5em;
margin-left:1%;
padding: 0;
}
Hope this helps!
Teressa
______________________________________________________________________
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/