Preview
At the bottom of the board
DescriptionNow in one link. A little bit smoother. Shorter Code
Put this in headers only if you don't have it.<script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js">
Put this in headers below the code above.<script type="text/javascript">
$(document).ready(function(){
$("a.hidelink").click(function(){
$("div#upshrinkHeaderIC").slideToggle("slow");
return false;
});
});
</script>
Footers<div class="hide-info"><a href="#" class="hidelink">Toggle Info Center</a></div>