close
HTML 原始碼:
#divbig {
background-color: #333333;
height: 250px;
width: 200px;
}
#divsmall {
height: 200px;
width: 150px;
position: relative;
left: 25px;
top: 25px;
}
<div id="divbig">
<div id="divsmall"><img src="pic.gif" width="150" height="200"/></div>
</div>
全站熱搜