ヘッダーにリンク
#header h1,
#header h2{
margin:0;
padding:0;
text-indent:-9999px;
}
#header h1 a{
display: block;
width: 800px;/*画像の横*/
height:300px;/*画像の縦*/
}
/* タイトル画像の配置 */
/* 画像によっては */
/* height:300px;画像の縦 */
/* background-repeat:repeat-x; */
/* background-position:center; */
/* ↓ の指定も必要になります ↓ */
#header {
background-repeat:repeat-x;}
#header h2{
margin:0;
padding:0;
text-indent:-9999px;
}
#header h1 a{
display: block;
width: 800px;/*画像の横*/
height:300px;/*画像の縦*/
}
/* タイトル画像の配置 */
/* 画像によっては */
/* height:300px;画像の縦 */
/* background-repeat:repeat-x; */
/* background-position:center; */
/* ↓ の指定も必要になります ↓ */
#header {
background-repeat:repeat-x;}