当前位置: 代码迷 >> ASP.NET >> 幫忙看下這段JS解决方法
  详细解决方案

幫忙看下這段JS解决方法

热度:1903   发布时间:2013-02-25 00:00:00.0
幫忙看下這段JS
<input   id= "Button1 "   onmouseover= "this.style.text-decoration:underline "   type= "button "   value= "button "   />
onmousevoer的時候不是這樣添加下滑線的嗎?

------解决方案--------------------------------------------------------
onmouseover= "this.style.textDecoration= 'underline ' "
  相关解决方案