<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
body{ background:#6CF}
#box{ position:absolute; top:100px; left:200px; width:360px; height:480px;}
#img1{ width:360px;height:480px; opacity:0.7; position:absolute; top:0; left:0}
#img2{ width:360px;height:480px; position:absolute; top:0;left:0;clip:rect(0,200px,200px,0)}
#main{position::absolute; border:1px solid #FFF;width:200px; height:200px;}
</style>
</head>
<div id="box">
<img src="css的学习/image/ronghua.jpg" id="img1" />
<img src="css的学习/image/ronghua.jpg" id="img2" />
<div id="main">
</div>
</div>
<body>
</body>
</html>