/ Published in: HTML
Expand |
Embed | Plain Text
<style> #takeover { background-image: url("http://www.hypecircle.com/HypeBeast_EA/skin.jpg "); position: absolute; top: 0; left: 0; width: 100%; height: 1000px; z-index: 1; display: block; text-indent: -9999px; background-position: top center; } </style> <script type="text/javascript"> document.getElementById('takeover').style.height = document.getElementById('main').offsetHeight+20+'px'; </script>
You need to login to post a comment.
