fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> <style type="text/css"> #img1{ position:absolute; left:0px; top:0px; z-index:-1 } </style> <script> function changeStackOrder(){ document.getElementById("img1").style.zIndex="1"; } </script> </head> <body> <h1>这是一个标题</h1> <img id="img1" src="bulbon.gif" width="100" height="180"> <input type="button" onclick="changeStackOrder()" value="修改堆叠顺序"> <p>默认 z-坐标是 0,Z-坐标 -1优先级较低。 </p> </body> </html>
运行结果