<script type="text/javascript">
function show(object,val) {
document.getElementById(object).style.display = val;
}
</script>

<div  onmouseover="show('CanlendarGB','block')" onMouseOut="show('CanlendarGB','none')"></div>

<div id="CanlendarGB" style="display:none"></div>

arrow
arrow
    全站熱搜

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