Hello all:
I have been trying to do this for a while with no luck. I am trying to
create a layout for sections of my page that looks like a window (title
bar, controls ..etc). Here's the html
<div class="window">
<div class="window-bar" style="background:blue">
<div class="title"> my title</div>
<div class="controls"> <img /> <img /> </img> </div>
</div>
<div class="window-contents">
my contents
</div>
</div>
.window-bar{width:100%;}
.title{float:left;}
.controls{float:right;}
however, when I float .title and .controls the .window-bar resize and
disapear as they go out of this container. I tried many things but
nothing worked. Can someone please suggest something?
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/