> Relaxed after seeing Cabin Fever? Isn't that the one with the
> mulleted
> kid who bites a lawyer?
Yeah with the flesh eating virus.. I wasn't relaxed for to long, I'm already
stressed again.
Is there anyone on this list who can easily put together a 3 column layout?
Hold on, there is more. All 3 columns need to be 33% (or come to 100%)
I was thinking something like the following which I can't get to work
#testContainer
{
width: 100%;
}
#testContainer div
{
width: 33%;
border: 1px solid black;
display: inline;
}
<div id="testContainer">
<div>Column 1</div><div>Column 2</div><div>Column 3</div></div>
And I tried
<div style="float:left; width:33%; border: 1px solid black;
display:inline;">dd</div>
<div style="float:left; width:33%; border: 1px solid black;
display:inline;">dd</div>
<div style="float:right; width:33%; border: 1px solid black;
display:inline;">dd</div>
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************