HTML 原始碼

#divbig {
background-color: #333333;
height: 250px;
width: 200px;
}

#divsmall {
height: 200px;
width: 150px;
margin-top: 25px;
margin-left: 25px;

}

<div id="divbig">
<div id="divsmall">
<img src="pic.gif" width="150" height="200" /></div>
</div>

範例網頁

不管是 Internet Explorer 或是 Firefox,
支援度都不是很好,要換其他方式。

arrow
arrow
    全站熱搜

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