如何在html中点击按钮后更换body的背景图片?就是简单换肤操作?
<body><divstyle="float:left;width:100px;height:50px;"><inputtype="button"id="changeSt...
<body>
<div style=" float:left; width:100px; height:50px;">
<input type="button" id="changeStyle" " value="皮肤1" onClick="changeStyle()"/></div>
</body> 展开
<div style=" float:left; width:100px; height:50px;">
<input type="button" id="changeStyle" " value="皮肤1" onClick="changeStyle()"/></div>
</body> 展开
1个回答
展开全部
==,写代码中。
更多追问追答
追问
我需要在中加入一个像这样的函数,能帮帮忙吗
function changestyle(num){ document.style.backgroundImage="url("+num+".jpg)";
document.style.backgroundImage="url("+num+".jpg)";
}
追答
<script language="JavaScript" type="text/JavaScript">
function showdiv(parent){
var parent = document.getElementById("parent");
if (parent.className=="ba"){
parent.className="bb";
} else {
parent.className="ba"
}
}
</script>
<body id="parent">
<div style=" float:left; width:100px; height:50px;">
<input type="button" value="黑色" onclick="showdiv('contentid','showtext')" id="aa" />
</div>
</body>
<style>
.ba{background: #000;}
.bb{background: #FFF;}
</style>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询