css样式的调用(同一页面如何调用不同的css样式表)
以下是我用的代码<linkrel="stylesheet"type="text/css"href="css/index.css"id="css"/><scripttype...
以下是我用的代码
<link rel="stylesheet" type="text/css" href="css/index.css" id="css" />
<script type="text/javascript">
function change(a){
var css=document.getElementById("css");
if (a==1)
css.setAttribute("href","css/index.css");
if (a==2)
css.setAttribute("href","css/index1.css");
}
</script>
<body>
<span><a href="#" target="_self" onclick="change(1)"><img src=
"images/xtb/blue.png" alt="护目版" title="护目版" /></a></span>
<span><a href="#" target="_self" onclick="change(2)"><img src="images/xtb/green.png" alt="醒目版" title="醒目版" /></a></span>
</body>
这有一个问题 因index.css是默认的样式 调用index1.css样式后 没办法保存 刷新页面后 又变成index.css的样式了 有什么办法使任意的css样式调用后成为默认的样式 上面的代码好修改吗
其它的代码也成(要兼容的) 发我邮箱也可(948068466@qq.com)
请各位大虾赐教 谢谢 展开
<link rel="stylesheet" type="text/css" href="css/index.css" id="css" />
<script type="text/javascript">
function change(a){
var css=document.getElementById("css");
if (a==1)
css.setAttribute("href","css/index.css");
if (a==2)
css.setAttribute("href","css/index1.css");
}
</script>
<body>
<span><a href="#" target="_self" onclick="change(1)"><img src=
"images/xtb/blue.png" alt="护目版" title="护目版" /></a></span>
<span><a href="#" target="_self" onclick="change(2)"><img src="images/xtb/green.png" alt="醒目版" title="醒目版" /></a></span>
</body>
这有一个问题 因index.css是默认的样式 调用index1.css样式后 没办法保存 刷新页面后 又变成index.css的样式了 有什么办法使任意的css样式调用后成为默认的样式 上面的代码好修改吗
其它的代码也成(要兼容的) 发我邮箱也可(948068466@qq.com)
请各位大虾赐教 谢谢 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询