很可爱的输入框
发布时间:2016-12-30 来源:查字典编辑
摘要:很可爱的输入框_查字典教程网_www.jb51.net.username_bg{background:url(http://img.jb51...
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<htmlxmlns="http://www.w3.org/1999/xhtml">
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312"/>
<title>很可爱的输入框_查字典教程网_www.jb51.net</title>
<style>
.username_bg{background:url(http://img.jb51.net/images/login_bg.gif)no-repeat50%;}
.inputbox{width:100px;height:16px;border:1pxsolid#FF9900}
</style>
</head>
<body>
<inputtype="text"name="username"class="inputbox"onfocus="this.className='username_bginputbox'"onblur="this.className='inputbox'"/>
<inputtype="text"name="username1"class="inputbox"onfocus="this.className='username_bginputbox'"onblur="this.className='inputbox'"/>
</body>
</html>