It's free and you have access to premium codes!
Welcome back! Please login to your account.
Don't worry, we'll send you a message to help you to recover your acount.
Written by 21 August 2012
You can use special animations and styles for different parts of your webpage to beautify your website. One of these animations is in the following code which creates dewdrops on your web page which slides down in page, like a morning dew that sits on the glass.
<!-- this script is provided by www.javascriptfreecode.com coded by: Kerixa Inc. -->
<body style="background-color: #3e4b6a">
<font color="#9ba5c7">
<script language="javascript">
document.write(unescape("%3CDIV%20id%3DLayer1%20style%3D%22Z-INDEX%3A1%3B%20LEFT%3A0px%3B%20WIDTH%3A0%3B%20POSITION%3Aabsolute%3B%20TOP%3A0px%3B%20HEIGHT%3A0%3B%22%3E%0D%0A%3CEMBED%20pluginspage%3D%22http%3A//www.macromedia.com/go/getflashplayer%22%20src%3D%22http://bahar-20.com/ftp/subject/other.best/java.ghatreh/drip.swf%22%20width%3D%22990%22%20height%3D%22640%22%20type%3Dapplication/x-shockwave-flash%20quality%3D%22high%22%20menu%3D%22false%22%20wmode%3D%22transparent%22%3E%0D%0A%3C/EMBED%3E%0D%0A%3C/DIV%3E%0D%0A%3CDIV%20id%3DLayer1%20style%3D%22Z-INDEX%3A1%3B%20LEFT%3A0px%3B%20WIDTH%3A0%3B%20POSITION%3Aabsolute%3B%20TOP%3A645px%3B%20HEIGHT%3A0%3B%22%3E%0D%0A%3CEMBED%20pluginspage%3D%22http%3A//www.macromedia.com/go/getflashplayer%22%20src%3D%22http://bahar-20.com/ftp/subject/other.best/java.ghatreh/drip.swf%22%20width%3D%22990%22%20height%3D%22640%22%20type%3Dapplication/x-shockwave-flash%20quality%3D%22high%22%20menu%3D%22false%22%20wmode%3D%22transparent%22%3E%0D%0A%3C/EMBED%3E%0D%0A%3C/DIV%3E"));
</script>
<div style="Z-INDEX:1; LEFT:0px; WIDTH:0; POSITION:absolute; TOP:0px; HEIGHT:0;" id="Layer1">
<embed width="990" height="640" wmode="transparent" menu="false" quality="high" type="application/x-shockwave-flash" src="http://bahar-20.com/ftp/subject/other.best/java.ghatreh/drip.swf" pluginspage="http://www.macromedia.com/go/getflashplayer">
</div>
<div style="Z-INDEX:1; LEFT:0px; WIDTH:0; POSITION:absolute; TOP:645px; HEIGHT:0;" id="Layer1">
<embed width="990" height="640" wmode="transparent" menu="false" quality="high" type="application/x-shockwave-flash" src="http://bahar-20.com/ftp/subject/other.best/java.ghatreh/drip.swf" pluginspage="http://www.macromedia.com/go/getflashplayer">
</div><br><br><br>
</font>
</body><a target='_blank' href='www.javascriptfreecode.com' style='font-size: 8pt; text-decoration: none'>JavaScript Best Codes</a>
Comments
Here you can leave us commments. Let us know what you think about this code tutorial!