HTML 圖層屬性講解
基本語(yǔ)法
<DIV id = “Layer1” //圖層名稱
style=“position:absolute; //定位方式(absolute/relative)
left:25px; //設(shè)置圖層左邊距
top:27px; //設(shè)置圖層頂端間距
width:360px; //設(shè)置圖層寬度
height:315px; //設(shè)置圖層高度
z-index:1; //設(shè)置圖層的疊放層次。
background-color:aqua; “ > //設(shè)置圖層背景色
………….. //圖層的具體內(nèi)容
</DIV>
點(diǎn)擊加載更多評(píng)論>>