Simon Willison’s Weblog

Subscribe

Fixing IE6

3rd September 2002

Jeffrey Zeldman on fixing A List Apart for IE6:

MSIE6 has trouble calculating the heights of block level elements. Eddie Traversa discovered the browser was caching the values it calculated on one page of ALA and incorrectly applying those values to other pages of the site.

Put simply, if the content area on page A was 200px high, and the same area on page B was 400px high, IE6 might display only the first 200px when it loaded page B. The initial value got stuck in the browser’s cache. This is the reason that manually reloading (for instance, by hitting F11) “fixed” the bug on a page by page basis.

Jeffrey mentions a javascript fix for the problem which is now in use in ALA’s global javascript file, and promises an article describing the fix in the near future.

This is Fixing IE6 by Simon Willison, posted on 3rd September 2002.

Next: Top of the crops

Previous: Short guide to digital photography

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe

Previously hosted at http://simon.incutio.com/archive/2002/09/03/fixingIE6