<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>深山工作室 https://www.qwbm.com【色彩类别】</title>
<link>https://www.qwbm.com/news.asp?id=30</link>
<description>色彩类别 https://www.qwbm.com</description>
<category>色彩类别</category>
<language>zh-cn</language>
<docs>https://www.qwbm.com/rss.asp</docs>
<generator>https://www.qwbm.com</generator>
<webMaster>565449214@qq.com</webMaster>
<managingEditor>565449214@qq.com</managingEditor>
<pubDate>2007-11-21 下午 23:11:35</pubDate>
<lastBuildDate>2026/5/3 9:23:39</lastBuildDate>
<ttl>20</ttl> 
<copyright>Copyright 2026 深山工作室 https://www.qwbm.com</copyright>
<item>
<guid>633</guid>
<title>非常不错的支持各种浏览器的简易调色板</title>
<link>https://www.qwbm.com/new.asp?id=633</link>
<description><![CDATA[

以下为详细代码
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;title&gt;非常不错的支持各种浏览器的简易调色板&lt;/title&gt;
&lt;style&gt;
#colorBoard{position:absolute; padding:10px; width:256px; height:220px; background:#f3f3f3; border:#d9d9d9 1px solid;}
#colorBank{ clear:both; border:#d9]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=633</source>
<category>色彩类别</category>
<pubDate>2010/7/6 10:43:51</pubDate>
</item>
<item>
<guid>409</guid>
<title>背景调色板：状态栏还能显示颜色值</title>
<link>https://www.qwbm.com/new.asp?id=409</link>
<description><![CDATA[
以下为详细代码
背景调色板：状态栏还能显示颜色值
&lt;script language="JavaScript"&gt;
&lt;!--
// create 6-element array
var hex = new Array(6)
// assign non-dithered descriptors
hex[0] = "FF"
hex[1] = "CC"
hex[2] = "99"
hex[3] = "66"
hex[4] = "33"
hex[5] = "00"
// accept triplet string and display as background color
function display(triplet) {
// set color as background color
document.bgColor = '#' + triplet
// display the color hexadecimal triplet
alert('现在的背景色是 #'+triplet)
}
// draw a single ta]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=409</source>
<category>色彩类别</category>
<pubDate>2009/3/23 21:49:10</pubDate>
</item>
<item>
<guid>408</guid>
<title>手动调节背景色：背景色能用按钮进行手动调节</title>
<link>https://www.qwbm.com/new.asp?id=408</link>
<description><![CDATA[
以下为详细代码
手动调节背景色：背景色能用按钮进行手动调节
&lt;script language="JavaScript"&gt;
&lt;!-- Hiding
var red=0;
var green=0;
var blue=0;
var value=0;
var convert = new Array()
var hexbase= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");
for (x=0; x&lt;16; x++){
for (y=0; y&lt;16; y++){
convert[value]= hexbase[x] + hexbase[y];
value++;
}
}
function clear(){
document.color.bl.value= blue;
document.color.rd.value= red;
document.color.gr.value= green;
}]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=408</source>
<category>色彩类别</category>
<pubDate>2009/3/23 21:44:41</pubDate>
</item>
<item>
<guid>352</guid>
<title>页面文字变色、变大、还原</title>
<link>https://www.qwbm.com/new.asp?id=352</link>
<description><![CDATA[
以下为详细代码
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"&gt;
&lt;!-- saved from url=(0075)http://xl.17k.com/main/readbook.do?method=showChapter&amp;bid=32893&amp;cid=1347928 --&gt;
&lt;HTML xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;HEAD&gt;&lt;TITLE&gt;页面文字变色、变大、还原&lt;/TITLE&gt;
&lt;META http-equiv=Content-Type content="text/html; charset=UTF-8"&gt;

&lt;SCRIPT language=javascript&gt; 
 var sInitColor = null;]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=352</source>
<category>色彩类别</category>
<pubDate>2008/12/10 21:30:43</pubDate>
</item>
<item>
<guid>349</guid>
<title>windows颜色选择框</title>
<link>https://www.qwbm.com/new.asp?id=349</link>
<description><![CDATA[
以下为详细代码
&lt;html&gt;

&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=gb2312"&gt;
&lt;title&gt;windows颜色选择框&lt;/title&gt;
&lt;script language="javascript"&gt;
&lt;!--
function colorpicker()
{ 
     var sColor=dlgHelper.ChooseColorDlg();
     ColorVal=sColor.toString(16);
     colorvalue.value=(ColorVal.length==6)?"#"+ColorVal.toUpperCase():"#"+(new Array(6-ColorVal.length+1).join("0"))

+ColorVal.toUpperCase();clipboardData.setData('text',colorvalue.va]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=349</source>
<category>色彩类别</category>
<pubDate>2008/12/10 21:19:22</pubDate>
</item>
<item>
<guid>294</guid>
<title>超级酷的滚动条颜色代码生成器</title>
<link>https://www.qwbm.com/new.asp?id=294</link>
<description><![CDATA[
以下为详细代码
超级酷的滚动条颜色代码生成器
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;滚动条颜色生成器－中国站长站www.chinaz.com&lt;/TITLE&gt;
&lt;META content="text/html; charset=gb2312" http-equiv=Content-Type&gt;
&lt;STYLE type=text/css&gt;
BODY {
	MARGIN: 25px
}
td,div,p {FONT-SIZE: 12px; LINE-HEIGHT: 140%;}
&lt;/STYLE&gt;
&lt;SCRIPT language=JavaScript&gt;
&lt;!--

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i&lt;(args.length-1); i+=2) eval(a]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=294</source>
<category>色彩类别</category>
<pubDate>2008/7/7 22:06:08</pubDate>
</item>
<item>
<guid>293</guid>
<title>绝对超酷的JS颜色板</title>
<link>https://www.qwbm.com/new.asp?id=293</link>
<description><![CDATA[
以下为详细代码
绝对超酷的JS颜色板

&lt;style&gt;td{font:menu;line-height:100%;cursor:hand}&lt;/style&gt;
&lt;script&gt;
function getSelColor(){
sColor=event.srcElement.bgColor;
form.color.value=sColor;
document.body.bgColor=sColor;
alert(sColor);
}
&lt;/script&gt;
&lt;BODY &gt;
  &lt;TABLE cellspacing="1" bgcolor="BLACK" width="456" style="font-size:8px" onclick="getSelColor()"&gt;
    &lt;TR&gt; 
      &lt;TD colspan="36" align="CENTER"&gt;&lt;FONT face="Verdana,Arial" size="1" color="WHITE"&]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=293</source>
<category>色彩类别</category>
<pubDate>2008/7/7 22:02:01</pubDate>
</item>
<item>
<guid>292</guid>
<title>利用JAVAscript实现表格渐变</title>
<link>https://www.qwbm.com/new.asp?id=292</link>
<description><![CDATA[
以下为详细代码
利用JAVAscript实现表格渐变

&lt;script language="JavaScript1.2"&gt;
&lt;!--

/*
Gradient Bar Script (By Alex Szorkovszky alex@wmresources.com)
Permission granted to Dynamicdrive.com to feature script in archive
For full source code and installation instructions to this script, visit &lt;img src=/moi/file.gif align=absbottom&gt; &lt;a href="http://dynamicdrive.com" target=_blank&gt;http://dynamicdrive.com&lt;/a&gt;
*/

if (document.all){
one=new Array();
two=new Array();
var a=10]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=292</source>
<category>色彩类别</category>
<pubDate>2008/7/7 21:57:12</pubDate>
</item>
<item>
<guid>283</guid>
<title>一个利用radio单选选择框进行变色的网页效果</title>
<link>https://www.qwbm.com/new.asp?id=283</link>
<description><![CDATA[
以下为详细代码
一个利用radio单选选择框进行变色的网页效果


&lt;!--第一步：此代码放在&lt;head&gt;与&lt;/head&gt;之间 --&gt;
&lt;script language="JavaScript"&gt;
function ChangeColor(form, ColorName)
    { var ColorValue = " ";
      if (ColorName == 'aliceblue')       ColorValue = "#F0F8FF";
      if (ColorName == 'antiquewhite')  ColorValue = "#FAEBD7";
      if (ColorName == 'aqua')       ColorValue = "#00FFFF";
      if (ColorName == 'aquamarine')  ColorValue = "#7FFFD4";
      if (ColorName == 'azure')  ColorValue ]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=283</source>
<category>色彩类别</category>
<pubDate>2008/6/27 21:18:25</pubDate>
</item>
<item>
<guid>282</guid>
<title>一个利用select下拉选择框进行变色的网页效果</title>
<link>https://www.qwbm.com/new.asp?id=282</link>
<description><![CDATA[
以下为详细代码
一个利用select下拉选择框进行变色的网页效果

&lt;form&gt;
                    &lt;select name=clr onChange="document.bgColor=this.options[this.selectedIndex].value"&gt;
                      &lt;option value="blue" selected&gt;blue 
                      &lt;option value="aquamarine"&gt;aquamarine 
                      &lt;option value="chocolate"&gt;chocolate 
                      &lt;option value="darkred"&gt;dark red 
                      &lt;option value="gold"&gt;gold 
                 ]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=282</source>
<category>色彩类别</category>
<pubDate>2008/6/27 21:18:25</pubDate>
</item>
<item>
<guid>281</guid>
<title>一个javascript写的RGB的调色器,非常不错</title>
<link>https://www.qwbm.com/new.asp?id=281</link>
<description><![CDATA[
以下为详细代码
一个javascript写的RGB的调色器,非常不错

&lt;script language="JavaScript"&gt;
&lt;!-- Hiding

var red=0;
var green=0;
var blue=0;
var value=0;
var convert = new Array()
var hexbase= new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "A", "B", "C", "D", "E", "F");

for (x=0; x&lt;16; x++){
for (y=0; y&lt;16; y++){
convert[value]= hexbase[x] + hexbase[y];
value++;
}
}

function clear(){
document.color.bl.value= blue;
document.color.rd.value= red;
document.color.gr.valu]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=281</source>
<category>色彩类别</category>
<pubDate>2008/6/27 21:13:34</pubDate>
</item>
</channel>
</rss>
