Script Categories













Text Effects >>> Bouncing Text.

Makes your text bouncing from bottom to top.

Your Text Here

Add the below code to the <body> section of your page:

<script language="JavaScript" type="Text/JavaScript">
//Made by 1st JavaScript Editor
//http://www.yaldex.com
//Come and get more (free) products

fifteenth = 0;sixteenth = 4;
function seventeenth(eighteenth,nineteenth){
if(document.layers) document.layers['twentieth'].top=eighteenth; else  document.getElementById('twentieth').style.top=eighteenth;
if(eighteenth>nineteenth) sixteenth = -4;
if(eighteenth<60) sixteenth = 4; setTimeout('seventeenth('+(eighteenth+sixteenth)+','+nineteenth+')', 32);}
function first2(){
if(fifteenth) return fifteenth = 1;
if(navigator.appName=='Netscape') {  document.getElementById('twentieth').left=innerWidth/2 - 140;  seventeenth(60,innerHeight - 60);} else {  twentieth.style.left=11;  seventeenth(60,document.body.offsetHeight - 60); }}setTimeout('first2()',11);
</script>
<div id='twentieth' style='position: absolute; top: -65; color: red; font-family: "Courier New", Courier, mono; font-weight:bold; font-size:40px;'>Your Text Here</div>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©