不是整个背景,是链接的背景,点进去后,背景变
不是整个背景,是链接的背景,点进去后,背景变
加的js代码 是不是要点击之后整个页面都换皮肤了呢? 需要的话加我Q我给你发个。 我以前也喜欢这个收藏了一个。
<body id="de">
<form id="form1" runat="server">
<input id="Button1" type="button" value="button" onclick="sa()" />
<script type="text/javascript">
function sa() { document.getElementById("de").style.backgroundColor="#000"; }
</script>
</from>
</body>