タイトル画像にリンク | hiro-style21さんのブログ

タイトル画像にリンク

タイトル画像にリンク



挿入したタイトル画像をクリックすると

自分のブログTOPに戻れるようCSSを追加


一番下に入れるだけでOK



/* ----------------------------------------------------- */
/* タイトル・説明 削除(段落下)ブログタイトル範囲拡張  */
/* タイトルは、背景画像(ヘッダー)に入れること     */
/* ----------------------------------------------------- */
#header h1{
text-indent:-8000px; /* 1行目字下げ */
}


#header h2{
display: none; /* 表示しない */
}


#header h1 a{
display: block; /* ブロックレベルで表示 */
width: 800px; /* 横幅px(背景画像と同じ)*/
height:380px; /* 縦幅px(背景画像と同じ)*/
}