HTMl,请问如何为一个按钮添加图片
<imgsrc="images/login_09.gif"name="Image1"width="46"height="35"border="0"id="Image...
<img src="images/login_09.gif" name="Image1" width="46" height="35" border="0" id="Image1" onMouseOver="MM_swapImage('Image1','','images/login_09_1.gif',1)" onMouseOut="MM_swapImgRestore()"> 图片是这样的把这个图片设计为按钮 <input type="submit" value="login" name="method"> 按钮是像上面一样的,我想他们结合在一起
展开
4个回答
AiPPT
2024-09-19 广告
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图...
点击进入详情页
本回答由AiPPT提供
展开全部
<style>
.method{ width:100px; height:100px; border:0; background:url(images/login_09.gif); cursor:pointer;}
</style>
<img src="images/login_09.gif" name="Image1" width="46" height="35" border="0" id="Image1" onMouseOver="MM_swapImage('Image1','','images/login_09_1.gi',1)" onMouseOut="MM_swapImgRestore()">
<input type="submit" value="login" id="method" name="method" class="method" onMouseOver="MM_swapImage()"; onMouseOut="MM_swapImgRestore()">
<script>
function MM_swapImage(){
document.getElementById("method").style.backgroundImage="url(images/login_09_1.gi)";
}
function MM_swapImgRestore(){
document.getElementById("method").style.backgroundImage="url(images/login_09.gif)";
}
</script>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你就干脆用DW添加一个。再看看代码写什么。不就会了吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |