📄 13.9.htm
字号:
<html>
<body>
<!--设置了z-index属性,第一个的数值较大,将出现在上方-->
<div style="position: absolute; width: 120px; height: 80px; z-index: 2;
background-color: #0000FF; left:9px; top:24px" id="layer1"></div>
<div style="position: absolute; width: 100px; height: 100px; z-index: 1;
background-color: #FF0000; left:18px; top:16px" id="layer2"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -