blob: 94d67d1e05dab1ba421c1f80faf0d7c9248c0ad1 [file] [log] [blame]
<style>
#inner {
height: 350px;
margin-top: -350px;
clear: both;
}
#outer {
border: 4px solid red;
}
</style>
<div id="outer">
<div id="inner">
</div>
</div>