You did not indicate whether a JavaScript fix is โโacceptable, but if so, this works:
$('.absolute').css('position', 'static').css('position', 'absolute');
Yes, this is just a reuse of position: absolute . This makes IE6 recount.
See: http://fiddle.jshell.net/bfXGC/15/
source share