If I try to apply min-width, max-width to a floating div so that it expands to max-width when the right content is hidden does not work.
But, if I use table and 2 td's in it. The left td will expand to 100% if the right td is hidden.
Can I achieve this table effect with floated divs ?