当鼠标经过时,如何更改button的背景图片
当鼠标经过时,如何更改button的背景图片<scriptlanguage="javascript">for(vari=0;i<10;i++){document.writ...
当鼠标经过时,如何更改button的背景图片
<script language="javascript">
for(var i=0; i<10; i++)
{
document.write("<tr>");
document.write('<td ><input type="button" id="BigPlay" value="" style="background:url(../preview_icon.gif); border-style:none; width:24px; height:21px; background-repeat:no-repeat;" onclick="ChangeIMG(this)"/></a></td>');
document.write("</tr>");
}
function ChangeIMG(obj)
{
obj.style="background:url(../preview_icon_move.gif); border-style:none; width:24px; height:21px; background-repeat:no-repeat;";
}
请问ChangeIMG函数要怎么写呢? 展开
<script language="javascript">
for(var i=0; i<10; i++)
{
document.write("<tr>");
document.write('<td ><input type="button" id="BigPlay" value="" style="background:url(../preview_icon.gif); border-style:none; width:24px; height:21px; background-repeat:no-repeat;" onclick="ChangeIMG(this)"/></a></td>');
document.write("</tr>");
}
function ChangeIMG(obj)
{
obj.style="background:url(../preview_icon_move.gif); border-style:none; width:24px; height:21px; background-repeat:no-repeat;";
}
请问ChangeIMG函数要怎么写呢? 展开
1个回答
展开全部
没这么复杂吧
<ONMOUSEOVER="changeImages('more_06', 'images/more_06-Over.gif'); return true;"
ONMOUSEOUT="changeImages('more_06', 'images/more_06.gif'); return true;">
<IMG NAME="more_06" SRC="images/more_06.gif" WIDTH=112 HEIGHT=55 BORDER=0 ALT="">
也可以用ImageReady自动生成
<ONMOUSEOVER="changeImages('more_06', 'images/more_06-Over.gif'); return true;"
ONMOUSEOUT="changeImages('more_06', 'images/more_06.gif'); return true;">
<IMG NAME="more_06" SRC="images/more_06.gif" WIDTH=112 HEIGHT=55 BORDER=0 ALT="">
也可以用ImageReady自动生成
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询