ページの先頭へ メモ

「デザイン」「カスタマイズ」 「フッタ」に

<div style="position: fixed; right: 5px; bottom: 20px;"><a href="#"><img src="//cdn-ak.f.st-hatena.com/images/fotolife/n/nonbei/xxxxxxxx/xxxxxxxxxxxx.jpg"></a></div>


追記 5/6
html

<a href="#" id="back2top">先頭へ</a>


css

#back2top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  color:#ffffff;
  background:#337fcc;
  font-weight:bold;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #225588;
  padding:1px 0 1px 0;
  border-radius:5px;
}