zindex1.htm

来自「网页颜色渐变,可实现网页中背景色的渐变效果」· HTM 代码 · 共 20 行

HTM
20
字号
<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 + =
减小字号Ctrl + -
显示快捷键?