?? zindex1.htm
字號:
<html>
<head>
<title>zindex</title>
<style type="text/css">
<!--
.pile{position:absolute;left:2in;top:2in;width:3in;height:3in;}
.pile1{position:absolute;left:3in;top:2in;width:1in;height:1in;}
-->
</style>
</head>
<body>
<img src="ss01010.jpg" class="pile" id="image" style="z-index:1">
<div class="pile" id="text1" style="color:#ffff33;z-index:2" >
這段文字將覆蓋在圖片上。
</div>
<img src="075.gif" class="pile1" id="image"
style="z-index:3">
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -