这是我的代码...我尝试给出style="position: relative; right:0; top:0;" 在里面标签。但是,它没有出现在那个位置。
//样式标签
.thumb {
height: 75px;
border: 1px solid #000;
margin: 10px 5px 0 0;
display: inline-block;
position: relative;
}
span.innerHTML = [
'<a href="#" class="delete" id="x"><i class=" icon-remove-sign "position: relative;
style="top:0; right:0;" ></i><img class="thumb" src="', e.target.result, '" title="', escape(theFile.name), '" width="130" height="150"/></a>'
].join('');
document.getElementById('list').insertBefore(span, null);
};