レイヤーの横幅、縦幅を取得する


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

ポイント w = document.layers["Lay1"].clip.right; h = document.layers["Lay1"].clip.bottom; <layer name="Lay1" bgcolor="yellow">
説  明 NN4のレイヤーオブジェクトには横幅と縦幅を求めるプロパティやメソッドがありません。しかしクリッピングされていない場合はclip.right、clip.bottomで横幅と縦幅を取得することができます。
サンプル <html> <head> <title>レイヤーの横幅、縦幅を取得する</title> <script Language="JavaScript"><!-- function getSize() { w = document.layers["Lay1"].clip.right; h = document.layers["Lay1"].clip.bottom; alert("横幅:"+w+"、縦幅:"+h); } // --></script> </head> <body> <layer name="Lay1" bgcolor="yellow"> ここはレイヤーです。<br> Netscape 4のみです。<br> <a href="javaScript:getSize()">レイヤー幅取得</a> </layer> </body> </html>
補足説明 なし

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

写真素材 PIXTA