首先建立几个CSS样式文件,分别命名为:css.css、css1.css、css2.css、css3.css。为简单起见,内容分别如下:
css.css:
body {background-color:#666;}
css1.css:
body {background-color:#900;}
css2.css:
body {background-color:#090;}
css3.css:
body {background-color:#009;}
换肤技巧方法一:
使用JS更改标签内ID的属性值,代码如下:[#afdream.com#]
将下列代码保存为:changecss.html
…
换肤技术
//更改样式文件的方法(函数)
function changecss(url){
if(url!=""){
skin.href=url;
}
}
//--请选择下面的下拉菜单测试换肤效果