R
richard
Why do I continously have this problem every time I work with
divisions?
Seems like it anyway.
What I want is simple. I've done it before and every blasted time I
keep running into these problems.
Think of a simple table layout witn two rows.
The second and subsequent row(s) has two cells.
So I lay it out with a containing division as the "table".
Row 1, cell 1, is the "title" or header.
In a table this would get a colspan of 2.
Row 2 therefor has 2 cells. So in divisions, they should be floated
right?
Well when I put the floats in, the second row cells refuse to be
contained within the "table".
What's the trick to contain the data within the cells as I want them?
I just can't seem to figure it out again.
<div class="atable">
<div class="row1">Title</div>
<div class="row2cell1">Text</div>
<div class="row2cell2">Data</div>
</div>
A site that shows me what I want to do would be better for me to look
at. Trying to find one through google is a frickin joke.
divisions?
Seems like it anyway.
What I want is simple. I've done it before and every blasted time I
keep running into these problems.
Think of a simple table layout witn two rows.
The second and subsequent row(s) has two cells.
So I lay it out with a containing division as the "table".
Row 1, cell 1, is the "title" or header.
In a table this would get a colspan of 2.
Row 2 therefor has 2 cells. So in divisions, they should be floated
right?
Well when I put the floats in, the second row cells refuse to be
contained within the "table".
What's the trick to contain the data within the cells as I want them?
I just can't seem to figure it out again.
<div class="atable">
<div class="row1">Title</div>
<div class="row2cell1">Text</div>
<div class="row2cell2">Data</div>
</div>
A site that shows me what I want to do would be better for me to look
at. Trying to find one through google is a frickin joke.