サブウィンドウの横のスクロールバーを表示しないようにする


動作ブラウザ 【 IE:5.0  NN:-
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 - - - - - - - - - - × × -

ポイント <body style="overflow-x:hidden">
説  明 サブウィンドウを開いてサブウィンドウ側の横のスクロールバーを消すにはbodyタグにstyle="overflow-x:hidden"のように記述します。
サンプル <html> <head> <title>サブウィンドウの横のスクロールバーを表示しないようにする</title> <script Language="JavaScript"><!-- window.open("sub.html#5","sub","width=320,height=240,scrollbars=yes"); // --></script> </head> <body> sample </body> </html>
補足説明 サブウィンドウ側のスクリプトは以下の通りです。 <html> <head> <title>サブウィンドウの横のスクロールバーを表示しないようにする</title> </head> <body style="overflow-x:hidden"> 縦のスクロールバーのみ表示されます。<br> <table border="1" width="400" height="400"><tr><td></td></tr></table> </body> </html>

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

写真素材 PIXTA