Code cho Pop-up

Posted by Tung Thanh Ly Vietnam on Saturday, August 08, 2015 with No comments
<script type="text/javascript">

function hide_float_right() {

    var content = document.getElementById('float_content_right');

    var hide = document.getElementById('hide_float_right');

    if (content.style.display == "none")

    {content.style.display = "block"; hide.innerHTML = '<a href="javascript:hide_float_right()">Tắt [X]</a>'; }

        else { content.style.display = "none"; hide.innerHTML = '<a href="javascript:hide_float_right()">Xem...</a>';

    }

    }

</script>

<style>

.float-ck { position: fixed; bottom: 0px; z-index: 9000}

* html .float-ck {position:absolute;bottom:auto;top:expression(eval (document.documentElement.scrollTop+document.docum entElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))) ;}

#float_content_right {border: 1px solid #01AEF0;}

#hide_float_right {text-align:right; font-size: 11px;}

#hide_float_right a {background: #01AEF0; padding: 2px 4px; color: #FFF;}

</style>

<div class="float-ck" style="right: 0px" >

<div id="hide_float_right">

<a href="javascript:hide_float_right()">Tắt[X]</a></div>

<div id="float_content_right">

<!-- Start quang cao-->

  <a href="http://tuhoctienghanonline.blogspot.com/search/label/%EB%B9%84%EC%A6%88%EB%8B%88%EC%8A%A4%20%ED%95%9C%EA%B5%AD%EC%96%B4%20-%20Korean%20For%20Business" taget="_blank" ><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhto1x2pOvv0rpqz53etwUHQySRdZvQIQ0fmhSltVmKjdmfEJqkdxBWxyo8FlrQrlDhHHMGiNaWnXx42r-q6RLjPsNC_LyhI6QrKq48d8TYygyuy3JXpRxUMTgsVSR3Ws6MUXRapSsR9ovx/s1600/a+hanthuongmai.JPG" width="250" height="200" /></a>

<!-- End quang cao -->

</div>

</div>
Categories: