Forum Moderators: not2easy
I have a centrally aligned container div with a fixed width of 800px.
Inside there are two other divs - both 400px.
They are both floated left and sit side by side.
The left div is 200px high, and the right div is 280px high.
All is good up until now.
I now want another div that will be 400px wide by 80px high to sit tight under the left div and tight next to the right div.
Hopefully the dimensions will help you understand what I mean.
Basically the three divs should make a perfect rectangle inside, and at the top of the container div.
This all works well in Firefox, but in ie6 the third div seems to clear the div on the right. I have tried to apply Display:inline but this doesn't work.
Can anyone help?