0
votes
auto adjust container <DIV> height to accomodate absolutely positioned child <DIV>s
You could give the .container div a bottom padding that totals the absolutely positioned childrens' heights. I'm not sure if that counts as precalculating the height, but at least you …
6
votes
HTML IE specific code
IE understands "conditional comments," which you can use to selectively show markup even to specific versions. Here's an introduction:
…
