|
<!-- 网页特效代码由[中国WEB开发者网络:http://www.ChinaWebDev.com]提供! --> <!-- 要实现此效果需要 1 个步骤: -->
<!-- 第 1 步: --> <!-- 把下面的代码加到<BODY></BODY>区域中: -->
<input type=text size=30 style="background-color:#ffcccc; color:#336699; border: 1 double #B4B4B4" onMouseOver="this.style.backgroundColor='#E5F0FF'" onMouseOut="this.style.backgroundColor=''">
|