Here's the link: http://www.whiterootmedia.com/homepage_layout_test/
Here's the code:
<div class="site" style="background:yellow;min-width: 577px; ">
<div class="banner" style="background:blue; height:100px; width:417px; float:left;">Banner Banner Banner Banner Banner </div>
<div class="ads" style="background:green; height:800px; width:160px; float:right;">Ads Ads Ads Ads Ads Ads Ads Ads Ads </div>
<div class="tree" style="background:orange; white-space:nowrap; height:400px; width:auto; min-width:417px; clear:left;">Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree Tree </div>
</div>
I would like the Orange div content not to go behind or on top of the green div when you shrink the window and I would like the orange div text to push the green div off the screen.
Dusty