close



<style>
.showhim{
background:#999999;
position:relative;
height: 200px;
width: 200px;
}

.showme{

z-index:1;
background:pink;
width:100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
}

.showhim:hover .showme{
display:none;
}
</style>

<div class="showhim">
滑鼠移入
<div class="showme">子div</div>
</div>

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 stockwfj3 的頭像
    stockwfj3

    程式設計@筆記

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