divs in the same row, but filling the row
am 15.05.2007 20:33:45 von Francesco MoiHi.
I want to place 5 divs within the same row:
div-div-div-div-div
My HTML:
-------------
--------------
My CSS:
--------
div.fooclass
{
float:left;
background-color:red;
}
--------
However, the divs are really floating, and I went them to fill their
row, because I have to insert
to fill this row.
Does anybody have a solution? Thank you very much.