ajax 自動完成下拉框 自動提示位置問題

來源:互聯網
上載者:User

複製代碼 代碼如下: function divPosition(){
var clx,cly;
clx=event.clientX;
cly = event.clientY;
objouter.style.top = clx+10;
objouter.style.left = cly+20;
objouter.style.width= getAbsoluteWidth(objInput)
}

問題出在
objouter.style.top = clx+10;
objouter.style.left = cly+20;
objouter.style.width= getAbsoluteWidth(objInput);
如果改成getAbsoluteTop(objInput);
getAbsoluteLeft(objInput);
在表格裡的文字框輸入東東就死IE了
但我不知道怎麼改

<br />層的位置不對<br /><br /> 下拉提示跟著 MOuse 走的。。想把他改成在文字框下出來的那種怎麼改<br /><input type="text" id="aspx"><input type="text" id="aspx2"><br /><table width="970" border="0" align="center"><tr><td><table width="100%" border="0" align="center"><tr><td align="center" valign="middle"> </td></tr></table><table border="1" align="center" cellspacing="1" bordercolor="#9CD7FF" id="table1" style="BORDER-COLLAPSE: collapse"><tr bgcolor="#99CCFF"><td bgcolor="#CEE3FF">日期</td><td bgcolor="#FFFFFF"><input type="text" id="inputer"></td></tr><tr bgcolor="#99CCFF"><td bgcolor="#CEE3FF">製造號碼</td><td bgcolor="#FFFFFF"></td></tr><tr bgcolor="#99CCFF"><td height="24" bgcolor="#CEE3FF">作業內容</td><td height="24" bgcolor="#FFFFFF"> </td></tr></table></td></tr></table><p>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.