-->

Link Highlight Effect

Dress up your favourite Link by this Script. It can be put in to HTML section of post as well as anywhere where you want. 


<script>


function highlight(which,color){
if (document.all||document.getElementById)
which.style.backgroundColor=color
}
</script>

<p><a href="LINK OF URL GOES HERE" onMouseover=highlight(this,'DESIRED COLOR NAME OR VALUE') onMouseout="highlight(this,document.bgColor)">YOUR TITLE OF LINK GOES HERE</a>

<p><a href="LINK OF URL GOES HERE" onMouseover=highlight(this,'DESIRED COLOR NAME OR VALUE') onMouseout="highlight(this,document.bgColor)">YOUR TITLE OF LINK GOES HERE</a>



I add this my another blog's Link and color value

<script>
function highlight(which,color){
if (document.all||document.getElementById)
which.style.backgroundColor=color
}
</script>

<p><a href="http://thestory-house.blogspot.com/" onMouseover=highlight(this,'FF6A6A') onMouseout="highlight(this,document.bgColor)"><B><i>The Story House</b></i></a>
<p><a href="http://arvindjangid.blogspot.com/" onMouseover=highlight(this,'FFC1C1') onMouseout="highlight(this,document.bgColor)"><B><i>Arvind Jangid</b></i></a>


http://thestory-house.blogspot.com -URL Of Link.
FF6A6A - Color Value
The Story House-Title of Link


If You Like it please share it.


Arvind

Baca juga

Post a Comment