divs in the same row, but filling the row

divs in the same row, but filling the row

am 15.05.2007 20:31:09 von Francesco Moi

Hi.

I want to place 5 divs within the same row:
div-div-div-div-div

My HTML:
-------------









--------------

My CSS:
--------
div.pagerankvalue
{
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.