Full version: jsB@nk » Snippet » Watermark Background Image
URL: https://www.javascriptbank.com/watermark-background-image.html
Use this JavaScript to give your web documents a static background image that does not tile, and always remains visible in the background, even when the user scrolls the document. Degrades well with all browses.
Full version: jsB@nk » Snippet » Watermark Background Image
URL: https://www.javascriptbank.com/watermark-background-image.html
<script language="JavaScript1.2">if (document.all||document.getElementById)document.body.style.background="url('../image/photo3.jpg') white center no-repeat fixed"</script><!-- This script downloaded from www.JavaScriptBank.com Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->