|
|
| 对鼠标敏感的文本输入框 |
| 整理:Cnwshow.Com 来源:Internet 整理时间:2008-2-17 |
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>对鼠标敏感的文本输入框</title>
</head>
<body>
<input name="link" onmouseout="this.style.backgroundColor='#D2FFA6'"
onmouseover="this.style.backgroundColor='#F0FFE1'" size="50"
style="background-color: #D2FFA6; color: #008040; font-size: 9pt; border: 1px solid"
type="text" value="把鼠标移到这里看看">
<p></p>
<p></p>
</body>
</html>
|
|
|
|
|
|