Currently the bane of my existence until we switch layout grids…
- On having layout — the concept of hasLayout in IE/Win – the explanation of the bane of my existence this morning, but not a fix
- Fixing the PC IE “float drop” bug – a fix that didn’t quite work for me. I ended up just absolutely positioning based on an expression and then using a height clearing hack
- Clearance – height clearance was much easier for me; I didn’t go this really long route, I just set an expression to set the height to the absolutely postitioned element, then set the height to 100%. Seems to work fine.
- Making IE 5.5+ use position: fixed; – I didn’t need this, but it looks vaguely useful