IE6 Rendering Issue (14th June 2007)

Just noticed the search box is in the wrong place and the page has a horizontal scrollbar in IE6. Fixing it was pretty easy. Was some random bug with using float on <form> so I apply it to the <fieldset> now.

Then I noticed the list of footer links was invisible. They were in the correct position and the links affected the pointer as expected...but they were invisible. Turned out to be a hasLayout bug on the parent <div>. Obviously.