日本語
<script> function suckerfish(type, tag,parentId) { if (window.attachEvent) { window.attachEvent("onload", function() { var sfEls = (parentId==null)?document.getElementsByTagName(tag):document .getElementById(parentId).getElementsByTagName(タグ) }); } } 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"), ""); suckerfish(sfFocus, "INPUT"); suckerfish(sfFocus, "TEXTAREA"); </script> <style type="text/css"> form{ margin: 0px auto;幅: 450ピクセル;境界線: 実線 1px #CCC; .bo{ border-bottom: 実線 1px #CCC;ラベル{浮動小数点:左;パディング: 10px 0px 4px 30px; } input{ パディング: 1px; } input,textarea{ border: 1px ソリッド #CCC;マージン: 5px 0px;テキストエリア{パディング: 2px; .bt{ 幅: 38px;高さ: 20ピクセル;フォントサイズ: 11px;境界線: 実線 1px #CCC;背景: #FBFBFB;テキスト整列: 中央; .btcenter{ text-align: センター;クリア:左。パディング: 4px 0px 0px; .sffocus {/*----IE の場合----*/ 背景: #F0F9FB;境界線: 1 ピクセルの実線 #1D95C7; } textarea:focus, input:focus {/*----Firefox の場合....----*/ 背景: #F0F9FB;境界線: 1 ピクセルの実線 #1D95C7; } body { フォントファミリー: Arial、Helvetica、サンセリフ;フォントサイズ: 12px;色: #666666;マージントップ:20px; } </style> <form action="#" method="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> <textareacols="40" rows="8"></textarea> </div> <div class="btcenter"> <input type="submit " class="bt" value="送信" /> <input type="reset" class="bt" value="リセット" /> </div> </form>