Всем доброго дня!
<div id="superDiv" style="position:relative; left:200px; height: 300px; width: 700px; background-color: Silver">
</div>
<script type="text/javascript">
var img = document.createElement("IMG");
img.src = "http://media.steampowered.com/steamcommunity/public/images/avatars/80/80e9c88319f83228d7866c1297f8a6be4cfa5102_full.jpg" ;
img.setAttribute("width", "80px");
img.setAttribute("position", "relative");
img.setAttribute("left", "100px"); //эта строчка почему-то не срабатывает
superDiv.appendChild(img);
</script>
Подскажите, почему не срабатывает размещение в 100px от края