ChrisB: Probleme mit float/overflow bei appendChild

Beitrag lesen

Hi,

box.style.float = 'left';

float ist ein reserviertes Wort in JavaScript, deshalb musst du hier cssFloat nehmen. http://de.selfhtml.org/javascript/objekte/style.htm#style_eigenschaften

MfG ChrisB

--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]