In IE6 left column placed out the visible area.
It may be fixed using technology, described in
http://www.alistapart.com/articles/holygrail/

Add to style.css

/*** IE6 Fix ***/
* html #left {
left: 270px; /* RC width */
}

Comments

Ivan Simonov’s picture

In case of only left column used:

/*** IE6 Fix ***/
* html #left {
left: 15px; /* Right Column not used */
}