+1  A: 

Hi there,

There is no yui-specific way of doing what you're asking, but you should be able to make col3 stick to the bottom by setting it to:

bottom: 0px;

Note that col2 will not automatically adjust its height to go all the way to where the start of col3 is. Heights in CSS work a lot different from the way widths do.

JuanD