Rewrote IE6 compatibility code
Posted by mholmes on 26 Mar 2007 in Activity log
Following the site redesign, I had to rewrite the code which detects old versions of IE and reformats the display for them. It does this by forcing all the major components of the page to position: absolute and laying them out in code. I also added a warning that display might not be right with old versions of IE; this only shows up with IE6 or earlier. The display now seems to work fine on IE6. Also tweaked the XHTML display of articles to remove the top bar and footer.