代码拉取完成,页面将自动刷新
<!DOCTYPE html>
<!-- stacking.html
Uses stacking.js
Illustrates dynamic stacking of images
-->
<html lang = "en">
<head>
<title> Dynamic stacking of images </title>
<meta charset = "utf-8" />
<script type = "text/javascript" src = "stacking.js" >
</script>
<style type = "text/css">
.plane1 {position: absolute;
top: 0; left: 0; z-index: 0;}
.plane2 {position: absolute;
top: 50px; left: 50px; z-index: 0;}
.plane3 {position: absolute;
top: 100px; left: 100px; z-index: 0;}
</style>
</head>
<body>
<p>
<img class = "plane1" id = "plane1" height = "300"
width = "450" src = "../images/plane1.jpg"
alt = "(Picture of an airplane)"
onclick = "toTop('plane1')" />
<img class = "plane2" id = "plane2" height = "300"
width = "450" src = "../images/plane2.jpg"
alt = "(Picture of an airplane)"
onclick = "toTop('plane2')" />
<img class = "plane3" id = "plane3" height = "300"
width = "450" src = "../images/plane3.jpg"
alt = "(Picture of an airplane)"
onclick = "toTop('plane3')" />
</p>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。