Khác biệt giữa bản sửa đổi của “Thành viên:Cumeo89/monobook.js”

Nội dung được xóa Nội dung được thêm vào
Cumeo89 (thảo luận | đóng góp)
Không có tóm lược sửa đổi
Cumeo89 (thảo luận | đóng góp)
nKhông có tóm lược sửa đổi
Dòng 150:
var pos = wiktauto_findPos(textbox);
inputBox.style.position = "absolute";
inputBox.style.zIndex = 2;
inputBox.style.left = pos.left + "px";
inputBox.style.top = (pos.top + textbox.offsetHeight - 25) + "px";
inputBox.style.zIndex = 2;
inputBox.style.display = 'none';
document.body.appendChild(inputBox);