ボックス全体にリンクを貼る

2014年3月1日

難しくはないけれど、忘れそうなのでメモ。
anchorbox.jsの必要な部分を書き換える。
cssに以下を追加。

.linkbox
{
width:700px;
heght: 300px;
}
.box_hover{
cursor:pointer;
}
.none{
text-indent:-9999px;
height:0px;
overflow:hidden;
}

あとはリンクさせたいボックスを
div class=”anchorbox”で囲む。

PAGE TOP