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>

範例網頁

arrow
arrow
    全站熱搜

    ALVIN 發表在 痞客邦 留言(0) 人氣()