📄 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 + -