So you want the right hand column (i'll call it the "sidebar") to be the same height as the left hand column but have scrollbars?
Simple enough...
Add the overflow:auto property to the sidebar div.
HTML Code:<div id="sidebar" style="overflow:auto;"> What's Hot </div>
Mikee (04-27-2008)
Yes, that's exactly what I mean, thank you very much for your help!
Bookmarks