2011-12-21 14 views

答えて

2

に配置することができるあなたのヘッダーのdivの高さを下げます。 style.cssにの

#header { 
    background-image: url("images/header_bg.png"); 
    color: white; 
    height: 230px; /*updated from 250px;*/ 
    margin: 0; 
    padding: 20px 0 0 40px; 
    width: 920px; 
} 
+0

私にそれを打つ:) –

+0

大丈夫、私は来て、あなたの郵便アドレスを与える:) – Murtaza

1

ライン173:

#header { 
background-image: url("images/header_bg.png"); 
color: white; 
height: 223px; /* Adjust this until it looks right */ 
margin: 0; 
padding: 20px 0 0 40px; 
width: 920px; 

}

関連する問題