firefox怎么得到 ondrag="return false"
IE里可以用 ondrag= "return false " 禁止拖动...
FF用什么?
------解决方案--------------------
这样可否?
<input type= "text " style= "-moz-user-select:none;user-select:none; " ondrag= "return false ">
<input type= "text ">
------解决方案--------------------
starwu(星沉海底)的方法将导致textbox无法输入!只能用TAB键切换到textbox中!
查询谷 - www.chaxungu.com
firefox如何得到 ondrag="return false"
编辑:chaxungu时间:2022-10-02 23:20:22分类:web开发