molily: js Probleme mit IE (aktuelle Fensterhoehe)

Beitrag lesen

Hallo,

nun noch die Loesung als funktion

Wie gesagt http://www.quirksmode.org/viewport/compatibility.html#link2.

// returns INNER width of window

document.getElementsByTagName("body")[0].style.setAttribute("width", "100%", "false");

Unnötig kompliziert.

Mathias