<style type="text/css">
#div1{
width:200px;
height:200px;
margin:100px auto;
border:1px solid #404040;
position:relative;
}
#tu1{
width:200px;
height:200px;
background:url("t1.gif");
position:absolute;
top:0%;
left:0%;
}
#tu2{
width:200px;
height:200px;
background:url("t2.gif");
position:absolute;
top:0%;
left:0%;
}
</style>
</head>
<body>
<div id="div1">
<div id="tu1"></div>
<div id="tu2"></div>
</div>
效果: