Christian: div {position:fixed} ie-fehler, warum?

Beitrag lesen

Hi,

zu position:fixed :

IE kennt das nicht!

workaround:

position: expression("absolute");
top: expression(document.body.scrollHeight + this.offsetHeight - this.offsetHeight);
left: expression(document.body.scrollWidth + this.offsetWidth - this.offsetWidth);

Gruß
Christian