忙看下段JS
<input id= "Button1 " onmouseover= "this.style.text-decoration:underline " type= "button " value= "button " />
onmousevoer的候不是添加下滑的?
[解决办法]
onmouseover= "this.style.textDecoration= 'underline ' "
发布时间: 2011-12-29 22:09:38 作者: rapoo
忙看下段JS
<input id= "Button1 " onmouseover= "this.style.text-decoration:underline " type= "button " value= "button " />
onmousevoer的候不是添加下滑的?
[解决办法]
onmouseover= "this.style.textDecoration= 'underline ' "