gaufeo 发表于 2007-4-27 10:30:14

***页面背景***在rodio里选上什么颜色,背景即随之改变

把下列代码加到网页的<body></body>标签之间 从google下载我的照片管理软件
要完成此效果把如下代码加入到<body>区域中

<form method="post" name="bgcolor">

<font color="silver">click here</font><input type="radio" name="bgcolor"onclick="document.bgcolor='silver'"><br>

<font color="lightslategray">click here</font><input type="radio" name="bgcolor"onclick="document.bgcolor='lightslategray'"><br>

<font color="azure">click here</font><input type="radio" name="bgcolor"onclick="document.bgcolor='azure'"><br>

<font color="lightgreen">click here</font><input type="radio" name="bgcolor"onclick="document.bgcolor='lightgreen'"><br>


<font color="lightblue">click here</font><input type="radio" name="bgcolor"onclick="document.bgcolor='lightblue'"><br>

<font color="white">click here</font><input type="radio" name="bgcolor"onclick="document.bgcolor='white'"><br>

</form>
      










--------------------------------------

拥有三人行论坛管理系列软件,一个人就可以管理一个论坛的更新维护。还能使您的论坛有千人在线的真实火暴效果,让您不在为论坛因没有人气而留不住会员而烦恼,使您的论坛早日成为一流的论坛。详情请登陆网站:http://www.cnsrx.cn 三人行论坛管理软件,站长必备的专业好工具。(您使用的是免费版本,购买收费版本后,将不带广告。业务QQ:247216 44985227)
页: [1]
查看完整版本: ***页面背景***在rodio里选上什么颜色,背景即随之改变