当前位置: 代码迷 >> Web前端 >> 从写的一个输入16位代码查看颜色小工具
  详细解决方案

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

热度:105   发布时间:2012-11-03 10:57:43.0
自写的一个输入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这个能够加上这个功能就更好了!

  相关解决方案