Given the example

<html>
  <head><title>Test</title></head>
  <body>
    <div style="background-color: gray;">
       <div style="display: inline; background-color: blue">unknown
length text</div>
       <div style="display: inline; background-color: yellow">auto
fill width</div>
    </div>
  </body>
</html>

how could I make the yellow box adjust its width to fill the space
from the end of the blue box till the end of the line?

Thanks,
Marco
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to