Posted by Gernot Frisch on 08/21/07 08:49
Hi,
I want the green piece ("Please be wide") to fill the whole space
between the red and the blue thingy. How can I do that?
Thank you in advice,
-Gernot
PS: My code is as minimal as possible, I know I should use strict-html
and stuff.
<html>
<body>
<div style="width:50%;">
<!-- left item -->
<div style="float:left; width:16px; background-color:Red;"></div>
<!-- center text -->
<div style="float:left; background-color:green;">Please be wide</div>
<!-- right item -->
<div style="float:right; width:16px; background-color:blue;"></div>
</div>
</body>
</html>
Navigation:
[Reply to this message]
|