Español
<script> función suckerfish(tipo, etiqueta, parentId) { if (window.attachEvent) { window.attachEvent("onload", function() { var sfEls = (parentId==null)?document.getElementsByTagName(tag):document .getElementById(parentId).getElementsByTagName(etiqueta); } } sfFocus = function(sfEls) { for (var i=0; i<sfEls.length; i++) { sfEls[i].onfocus=function() { this.className+=" sffocus"; } sfEls[i].onblur=function() { this.className=this.className.replace(new RegExp(" sffocus\b"), ""); } } } pez lechón(sfFocus, "ENTRADA"); pez lechón(sfFocus, "TEXTAREA"); </script> <style type="text/css"> formulario{ margen: 0px auto; ancho: 450 px; borde: sólido 1px #CCC; } .bo{ borde inferior: sólido 1px #CCC; } etiqueta{ flotante: izquierda; relleno: 10px 0px 4px 30px; } entrada{ relleno: 1px; } entrada, área de texto {borde: 1px sólido #CCC; margen: 5px 0px; } área de texto{ relleno: 2px; } .bt{ ancho: 38px; altura: 20 píxeles; tamaño de fuente: 11px; borde: sólido 1px #CCC; antecedentes: #FBFBFB; alineación de texto: centro; } .btcenter{ text-align: centro; claro: izquierda; relleno: 4px 0px 0px; } .sffocus {/*----para IE----*/ fondo: #F0F9FB; borde: 1px sólido #1D95C7; } textarea:focus, input:focus {/*----para Firefox......----*/ fondo: #F0F9FB; borde: 1px sólido #1D95C7; } cuerpo {familia de fuentes: Arial, Helvética, sans-serif; tamaño de fuente: 12px; color: #666666; margen superior: 20px; } </style> <form action="#" método="post" name="myform" id="myform"> <div class="bo"> <label>姓名:</label> <input type=" text"size="20" maxlength="10" /> </div> <div class="bo"> <label>电话:</label> <input type="text" size="20" maxlength=" 16" /> </div> <div class="bo"> <label>主题:</label> <input type="text" size="30" maxlength="20" /> </div> <div class="bo"> <label>内容:</label> <textarea cols="40" rows="8"></textarea> </div> <div class="btcenter"> <input type="enviar " class="bt" value="Enviar" /> <input type="reset" class="bt" value="Reset" /> </div> </form>