咖啡館日誌
The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.

02/2007 01/2006 12/2005 11/2005 09/2005 08/2005 07/2005 06/2005 05/2005 04/2005 02/2005 12/2004 11/2004 10/2004 09/2004 08/2004 06/2004 05/2004 04/2004 03/2004 01/2004 12/2003 11/2003
側條的收放可以在<head></head>中間放這個JavaScript:
<script type="text/Javascript">function expandcollapse (postid) {whichpost = document.getElementById(postid); if (whichpost.className=="postshown") {whichpost.className="posthidden"; } else {whichpost.className="postshown"; }}</script>
在CSS中放這個:
.posthidden {display:none}
.postshown {display:inline}
使用範例:
<a href="javascript:expandcollapse('About')">About</a>
<span class="posthidden" id="About"><p><$BlogDescription$></p>

link

Powered by Blogger