文字サイズを固定する(Windows版Internet Explorer) |
Internet Explorer | Netscape Navigator | iCab | Safari | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3.0x | 4.0x | 4.5 | 5.0x | 5.5 | 6.0 | 2.0x | 3.0x | 4.0x | 4.x | 6.0 | 7.0 | 2.x | 1.x | |
Windows | × | ○ | - | ○ | ○ | ○ | × | × | × | × | × | × | - | - |
Macintosh | × | × | × | × | - | - | × | × | × | × | × | × | × | × |
UNIX | - | - | - | - | - | - | × | × | × | × | × | × | - | - |
ポイント |
.fs24 { font-size: 24px; } |
---|---|
説 明 | 文字サイズを固定するには文字の単位をpx(ピクセル)にします。Windows版Internet Explorerではスタイルシートで文字サイズにpxを指定した場合、ユーザーが文字サイズを最小〜最大に変化させても文字サイズが固定されたままになります。 |
サンプル |
<html> <head> <title>文字サイズを固定する(Windows版Internet Explorer)</title> <style type="text/css"><!-- .fs24 { font-size: 24px; } --></style> </head> <body> 文字サイズが(Windows版Internet Explorer)では<span class="fs24">固定され24px</span>になります。 </body> </html> |
補足説明 |
本来はユーザーの選択した文字サイズに合わせて変わるべきですが、固定されたままになります。このため将来に渡って、このように動作するかの保証はありません。使用の際には注意して下さい。 |
■サンプルを実行する >>実行 ■各ブラウザでの動作結果を見る >>View! |