Thought for the day


சனி, 28 ஜனவரி, 2012

லென்ஸ் எபக்ட்

உங்கள் எழுத்துக்களை பிஷ் ஐ எபக்ட் செய்திடலாம் !
மௌஸ் பாய்ன்ட்டர் கொண்டு சென்றால் ..லென்ஸ் 
போல் உங்கள் டெச்ட் விரியும் !..கீழே உள்ள கோடை 
காப்பி செயாவும்! ஹெட் டாக்கில் தனியாக , பாடி 
டாக்கில் தனி தனியாக காப்பி செய்து பாருங்கள்.!!

ஹெட்
<style type="text/css">
  span {font-size: x-small}
</style>


<SCRIPT LANGUAGE="JavaScript">


<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->


<!-- Begin
function convertPreBlocks() {}
var regular = "x-small";
function bigger(thing){
thing.style.fontSize = "large";
siblingElement = thing.previousSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = "medium";
break;
}
siblingElement = siblingElement.previousSibling;
}
siblingElement = thing.nextSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = "medium";
break;
}
siblingElement = siblingElement.nextSibling;
}
}
function normal(thing){
thing.style.fontSize = regular;
siblingElement = thing.previousSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = regular;
break;
}
siblingElement = siblingElement.previousSibling;
}
siblingElement = thing.nextSibling;
while(siblingElement) {
if(siblingElement.tagName=="SPAN") {
siblingElement.style.fontSize = regular;
break;
}
siblingElement = siblingElement.nextSibling;
}
}
//  End -->
</script>

பாடி

<span onmouseover="bigger(this)" onmouseout="normal(this)">Geethas Womens Special,</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Geethas tech,</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Geethas news,</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">You are welcome,</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Have fun here:</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Time is gold,</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Time is precious.</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">You are always welcome</span><br/>
<span onmouseover="bigger(this)" onmouseout="normal(this)">Leave your coments please!.</span><br/>




<p><center>
<font face="arial, helvetica" size"-2">Geetha<br>
by The JavaScript Source</a></font>
</center><p> 

Geethas Womens Special,
Geethas tech,
Geethas news,
You are welcome,
Have fun here:
Time is gold,
Time is precious.
You are always welcome
Leave your coments please!.

Geetha
by The JavaScript Source