index
UK [??ndeks] US [???n?d?ks]
n.index;<number>index;indication;sign
vt.index...;index...;[Economics] ??? ?? ??? ????(??, ?? ?)
vi. [??] ??
CSS Z-?? ?? ???
??: z-index ??? ??? ?? ??? ?????. ? ?? ?? ??? ?? ??? ?? ? ?? ?? ??? ?? ?? ?? ?????.
??: ? ??? Z?? ?? ??? ??? ??? ???????. Z?? ?? ??? ???? ???? ??? ?????. ???? ????? ? ?????, ???? ?????? ????.?
??: ?? ?? ????? z-index ??? ?????. ?? ? "inherit"? ?? ??? Internet Explorer(IE8 ??)?? ???? ????. ??? ?? Z-?? ?? ?? ?? ? ????. Z-??? ??? ??? ??(?: position:absolute;)??? ?????!
CSS Z-?? ?? ?
<html> <head> <style type="text/css"> img { position:absolute; left:0px; top:0px; z-index:-1; } </style> </head> <body> <h1>This is a heading</h1> <img src="http://img.php.cn/upload/article/000/005/656/5af270fd37755429.jpg" /> <p>由于圖像的 z-index 是 -1,因此它在文本的后面出現(xiàn)。</p> </body> </html>
??? ????? ??? "???? ??" ??? ?????