ページの上下、左右のスクロールバーを消す

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

ポイント <body scroll="no">
説  明 スタイルシートを使わずにスクロールバーを消すにはbodyタグにscroll="no"を指定します。
サンプル <html> <head> <title>ページの上下、左右のスクロールバーを消す</title> </head> <body scroll="no"> ページの上下、左右のスクロールバーが消えます。<br> <img src="bg.gif" width="150%" height="150%"> </body> </html>
補足説明 なし

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