Hello again.
So I've got this simple 2-column site. The column on the left is floated 'left'. Within the second column (which is on the right), I've got 4 layers of content stacked on top of one another. First layer floats left, middle stays in the middle, third and last one floats right.
But the last two 'floaters' float out of the second column. I tried to use a div layer to clear the floats, but it only makes it worse. I don't quite get it.
Is it anything to do with the 'uncleared' float property within the first column? Is there a solution to this?
Thanks in advance. :)
So I've got this simple 2-column site. The column on the left is floated 'left'. Within the second column (which is on the right), I've got 4 layers of content stacked on top of one another. First layer floats left, middle stays in the middle, third and last one floats right.
But the last two 'floaters' float out of the second column. I tried to use a div layer to clear the floats, but it only makes it worse. I don't quite get it.
Is it anything to do with the 'uncleared' float property within the first column? Is there a solution to this?
Thanks in advance. :)
Comment