This is driving me mad guys, Im using wordpress, site here and the content column and the 2 columns on the right are different heights. I want the sidebar columns to match the height of the content columns. I know its something claled faux columns n i have read about them on google, but still have no idea how to do what i want to achieve. Anyone help me out?
try putting the columns inside a div. Then float one right and one left and give them 100% height. Or just float your navigation right since it doesn't really need to go to the bottom of your text on the left.
yes it does. You need to set the body and html to 100% an min-height for Firefox I think. The 100% relies on the parent container which is the body or html tag to get the 100% with a few differences between the browsers.