Hello,
I have this code :
<div id="containerDiv" style="background-color:Lime;">
<div style="float:left;width:150px; background-color:Red;">
AAAA
</div>
<div style="float:left;background-color:Fuchsia;margin-left:10px;">
BBBB
</div>
<br style="clear:both;" />
</div>
The first column has fix size, I'd like the second have the rest of the with available in the container div.
Any idea ?
Update1: My code give this : http://tinypic.com/r/103x65e/6 I'd like the magenta arrive to the arrow
Thanks,