テキストフィールドの文字サイズを変える


動作ブラウザ 【 IE:4.0  NN:6.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × - × × × × - × -
Macintosh × - × × × × - - ×
UNIX - - - - - × × × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント <input type="radio" name="fs" onClick="myText.style.fontSize='12px'">12pxにする<br> <input type="radio" name="fs" onClick="myText.style.fontSize='24px'">24pxにする<br> <input type="text" id="myText" value="どうかな">
説  明 テキストフィールドの文字サイズを変えるには、「フォームオブジェクト名.style.fontSize」「document.フォーム名.エレメント名.style.fontSize」に表示する文字サイズを代入します。
サンプル <html> <head> <title>テキストフィールドの文字サイズを変える</title> </head> <body> <form> <input type="radio" name="fs" onClick="myText.style.fontSize='12px'">12pxにする<br> <input type="radio" name="fs" onClick="myText.style.fontSize='24px'">24pxにする<br> <input type="text" id="myText" value="どうかな"> </form> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA