2011-12-21 77 views

回答

2

降低你的頭div的高度。

#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

打我吧:) – 2011-12-21 13:53:33

+0

好吧,我來了,給我你的郵寄地址:) – Murtaza 2011-12-21 13:57:03

1

行173 style.css中的:

#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; 

}