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 */
}
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
Comment #1
Ivan Simonov commentedIn case of only left column used:
/*** IE6 Fix ***/
* html #left {
left: 15px; /* Right Column not used */
}