首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

从写的一个输入16位代码查看颜色小工具

2012-11-03 
自写的一个输入16位代码查看颜色小工具htmlheadbodytabletrtdinput typetext idcolor

自写的一个输入16位代码查看颜色小工具

<html>
<head>
<body>
<table>
<tr>
<td><input type="text" id="color" value="fofofo" onBlur="document.all.colorID.bgColor=this.value;"></td>
<td id="colorID" bgColor="#f0f0f0" width="100px" height="100">&nbsp;&nbsp;&nbsp;</td>
</tr>
</table>
</body>
</html>

?

工作需要,结合Mezer Tools这个取色的小工具,应该是非常方便了!要是Mezer Tools这个能够加上这个功能就更好了!

热点排行