zshblog

html>
<head>
<title>中国站长天空-网页特效-表单特效-给文本框添加灰色提示文字</title>
<meta http-equiv="content-Type" content="text/html;charset=gb2312">
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<input type="text" id="key" name="key" value=" 请输入关键词" onFocus="if(value==defaultValue){value=\'\';this.style.color=\'#000\'}" onBlur="if(!value){value=defaultValue;this.style.color=\'#999\'}" style="color:#999999">
</body>
</html>

 

 

 

引自:http://www.cnblogs.com/losesea/archive/2012/05/15/2501970.html

分类:

技术点:

相关文章:

  • 2021-11-02
  • 2021-07-04
  • 2021-08-01
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-11-09
  • 2021-10-01
相关资源
相似解决方案