セレクトメニューの文字サイズを指定する |
Internet Explorer | Netscape Navigator | iCab | Opera | Safari | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3.0x | 4.0x | 4.5 | 5.0x | 5.5 | 6.0 | 2.0x | 3.0x | 4.x | 6.0 | 7.0 | 2.x | 7.x | 1.x | |
Windows | × | ○ | - | ○ | ○ | ○ | × | × | × | ○ | ○ | - | ||
Macintosh | × | × | × | ○ | - | - | × | × | × | ○ | ○ | × | ○ | × |
UNIX | - | - | - | - | - | - | × | × | × | ○ | ○ | - |
ポイント |
.tsize { font-size:24px; } |
---|---|
説 明 | セレクトメニューの文字サイズを指定するにはfont-sizeを使って文字サイズを指定します。 |
サンプル | <html> <head> <title>セレクトメニューの文字サイズを指定する</title> <style type="text/css"><!-- .tsize { font-size:24px; } --></style> </head> <body> <form> <select class="tsize"> <option>項目1</option> <option>項目2</option> <option>項目3</option> <option>項目4</option> </select> </form> </body> </html> |
補足説明 | Macintosh (OS X)版Internet Explorer 5では表示される場合は指定したサイズになりますが、項目選択時は通常のサイズになります。 |
■サンプルを実行する >>実行 ■各ブラウザでの動作結果を見る >>View! |