(レイヤー) top |
    |
上側からのオフセットを指定します |
- 書式
- document.layers[★].top
- ★=レイヤー名文字列 または 参照番号
- 文例
- a = document.layers[0].top
- a = document.layers["LayerHakusyon"].top
- document.layers["LayerHakusyon"].top = 90
- 上位オブジェクト
- layer
- 説明
- 親レイヤーからのオフセット(上側)を指定します。
- 関連
moveBy,
moveTo,
left