catfan.me 的切换背景是如何做的,如何使得button等获得相应颜色。

46次阅读

http://catfan.me/ 的切换背景是如何做的,如何使得button等获得相应颜色。

jemygraw

只需要改变<style>里引用css文件的href值便可。

<style type="text/css" id="css_file" href="http://yourdomain.com/css/style.css">

JavaScript:

document.getElementById('css_file').href = 'http://yourdomain.com/css/style1.css';

catmo

正文完