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

側條的收放可以在<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