翻訳と辞書
Words near each other
・ Z-class Melbourne tram
・ Z-Division
・ Z-DNA
・ Z-DOS
・ Z-drag
・ Z-drive
・ Z-drug
・ Z-FA-FMK
・ Z-factor
・ Z-farnesyl diphosphate synthase
・ Z-fighting
・ Z-Fly UAV
・ Z-G
・ Z-gene
・ Z-group
Z-index
・ Z-Ligand
・ Z-line
・ Z-M Weapons
・ Z-machine
・ Z-Maestro
・ Z-Man
・ Z-Man (rapper)
・ Z-Man Games
・ Z-Man Records
・ Z-matrix
・ Z-matrix (chemistry)
・ Z-matrix (mathematics)
・ Z-mill
・ Z-Mind


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Z-index : ウィキペディア英語版
Z-index

z-index is a CSS property that sets the stack order of specific elements. An element with greater stack order is always in front of another element with lower stack order.

p

Negative stack orders can also be used in the same manner. A negative value will appear behind a positive one. z-index only works on elements that have a position value (e.g. position: relative;). Like all other CSS properties, it can be set with JavaScript as well with the following syntax:

object.style.zIndex="1"

== See also ==

*Z-order
*Z-buffering

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Z-index」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.