复制代码
<style type=”text/css”>
.in_search {
border:1 none;
color:#999999;
float:left;
font-size:14px;
height:18px;
line-height:18px;
margin:3px 2px;
width:253px;
}
</style>
<input onfocus=”if(this.value==’请输入你想要输入的内容’){this.value=”;}” onblur=”if(this.value==”){this.value=’请输入你想要输入的内容’;}” type=”text” value=”请输入你想要输入的内容”/>