floating divs in same line

left right float divs with width and 3rd div without width

by ravimallya

HTML

<div class="fixedl">1</div>

<div class="fixedr">2</div>
<div class="fuild">Need an easy way to get data into XML, or transform XML to another format? MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data. Then it transforms data instantly or auto-generates royalty-free code for recurrent conversions. New features in Version 2013!
    <br />The SiteMapPath control displays the trail (navigation path) to the current page. The path acts as clickable links to previous pages.!
    <br />Unlike the TreeView and Menu control the SiteMapPath control does NOT use a SiteMapDataSource. The SiteMapPath control uses the web.sitemap file by default.</div>

CSS

.fixedl {
    height:40px;
    width:40px;
    float:left;
    background:green;
}
.fixedr {
    height:40px;
    width:40px;
    float:right;
    background:yellow;
}
.fuild {
    overflow:hidden;
margin:0 40px;
    background:red;
}