Hi list,

This HTML looks as I wish if I use IE but it has a strange behavior in Firefox. The background color of the header flows ahead to the top of the both blocks above the head.

Is this a known problem and is there somewhere a known solution?

Regards,

Daniel


<html>
<head>
<title>Test</title>
<style type="text/css">
#wrapper{min-width:250px;min-height:250px;width:250px;height:250px;background:blue;}
#wrappera{width:49%;height:100px;min-height:100px;float:left;}
#wrapperb{width:49%;height:100px;min-height:100px;float:right;}
#head{background:yellow;}
</style>
</head>
<body>
 <div id="wrapper">
   <div id="wrappera">LEFT</div>
   <div id="wrapperb">RIGHT</div>
   <div id="head">HEADER</div>
 </div>
</body>
</html>

______________________________________________________________________
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