Saturday, April 4, 2009

Expand Collapse Widget || Must See




Hey friends This a very cool widget & attractive too.
it helps in making ur side bar small in size
&
also it makes the blog more attrative ..

You Can See It working on my blog only
you will find in my side bar


If u want this widget on ur blog than jst follow these steps :-

Log in to Blogger, go to "Layout", click on "Add a Gadget", and select it as "HTML/JavaScript" type. Now add this code to the widget:


<center><script language="JavaScript">

<!--

function showHide(elementid){

if (document.getElementById(elementid).style.display == 'none'){

document.getElementById(elementid).style.display = '';

} else {

document.getElementById(elementid).style.display = 'none';

}



//-->

</script>


<a href="javascript:showHide('div1')">




<font face="monotype corsiva" size="5">Expand Widget Box (+/-)</font></a>

<div id="div1" style="display:none;">

Your Text Here

</div></center>


Enjoy It !!!!


0 comments: