Andre: div mit JavaScript über DOM eine Breite zuweisen

Beitrag lesen

Entweder indem du es per http://de.selfhtml.org/css/eigenschaften/positionierung.htm#display@title=display:inline oder per http://de.selfhtml.org/css/eigenschaften/positionierung.htm#float@title=float formatierst.

Hat leider auch nichts geholfen, ich bin noch am verzweifeln.

Ist doch so richtig oder?

myDiv.style.backgroundColor = backgroundDiv;
          myDiv.style.border = borderDiv+'px solid '+bordercolorDiv;
          myDiv.style.position = 'absolute';
          myDiv.style.top = positionY+"px";
          myDiv.style.left = positionX+"px";
          myDiv.style.display = 'inline';
          arbeitsbereich.appendChild(myDiv);