I am trying to lay out a table-like page with two columns. I want the rightmost column to dock to the right of the page, and this column should have a distinct background c
Give this a try:
html, body, #left, #right { height: 100% } #left { float: left; width: 25%; } #right { width: 75%; }
Content Content