このフィドルを試してください -
http://jsfiddle.net/hKyzT/
HTML
<div id="left_column">
/* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated */
</div>
<div id="right_column">
/* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated *//* A bunch of 100px width photos that are being floated */
</div>
CSS
html, body, #wrapper, #left_column, #right_column { height: 100%; min-height: 100%; }
#left_column {
width: 200px;
float: left;
border:1px solid green;
height: 100%;
min-height: 100%;
}
#right_column {
margin-left: 200px; border:1px solid red;
}