Home || 網誌首頁
Top of Page || 回到頁首
Gallery || Flickr相簿
Blogroll || 推薦網誌
Tagboard || 便利貼留言板
Mail to me || 寫信給我
Subscribe || 訂閱網誌

2008年3月1日 星期六

[Blogger]增加Top of Page與Top of Post功能


  1. 搜尋下列Code,並增加紅色部分文字:
    <b:includable id='post' var='post'>
    <div class='post uncustomized-post-template' expr:id='"post-" + data:post.id' >


  2. 在任何你想加入該功能的地方(例如文章底部或是另外使用連結),加上以下Code:
    <!-- to top of page and top of blog -->
    <a href='javascript:scroll(0,0)' title='Scroll to top of this page'>Top of Page</a>
    <a expr:onclick='"javascript:document.getElementById(\"post-" + data:post.id + "\").scrollIntoView(true);"' href='javascript:void(0);' title='Scroll to top of post'>Top of Post</a>




參考資料:



No comments yet