How to Create Automatic Popup Window using HTML & CSS

How to Create Automatic Popup Window using HTML & CSS

How to Create Automatic Popup Window using HTML & CSS


Automatic Popup Code

<script type='text/javascript'> $(document).ready(function() {$('img#closed').click(function(){$('#bl_banner').hide(90);});}); </script> <div id='fixedban' style='width:100%;margin:auto;text-align:center;float:none;overflow:hidden;display:scroll;position:fixed;bottom:0;z-index:999;-webkit-transform:translateZ(0);'> <div> <a id='close-fixedban' onclick='document.getElementById("fixedban").style.display = "none";' style='cursor:pointer;'><img alt='close' src=' https://www.rakeshtechsolutions.com/assets/img/btn_close.gif ' title='close button' style='vertical-align:middle;'/></a></div> <div style='text-align:center;display:block;max-width:728px;height:auto;overflow:hidden;margin:auto'> Paste your Google AdSense AD Code here </div> </div>{codeBox}



Conclusions:

How to Create Automatic Popup Window using HTML & CSS

Post a Comment

Previous Post Next Post