<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>蓝蓝的神仙,08-if.cn</title>
<style type="text/css">
.input_onFocus { color:#333333; background-color:#FFFFDD; border:1px solid #FF9900; }
input, .input_onBlur { color:#666666; border:1px solid #cedbe3; }
</style>
</head>
<body>
<input type="text" name="textfield" id="textfield" onFocus="this.className='input_onFocus'" onBlur="this.className='input_onBlur'" />
<input type="text" name="textfield2" id="textfield2" onFocus="this.className='input_onFocus'" onBlur="this.className='input_onBlur'" />
</body>
</html>