2013-03-21 22 views
1

http://lt-chocolate.tumblr.com/背景重複-X搞砸在的Tumblr主題

我剛添加標題文字與背景,以我的頭標記,並在上面我的背景圖像很不穩定。無論如何,我可以解決這個問題嗎?

這裏是我現在擁有的身體和頭部的CSS。

html, body { 

font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 12px; 
color: #351F14; 
background-color: #E6D0A1; 
background-image: url('http://static.tumblr.com/pvgoybd/UEfmk0nj3/background_02.png'); 
background-repeat: repeat-x; 

} 
#masthead { 
    max-width: 1400px; 
    min-height: auto; 
    position: relative; 
    bottom: 8px; 
    left: 82px; 
} 
#masthead h1 { 
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 48px; 
    color: #F2EBD9; 
    font-weight: bold; 
    background-color: #4F3117; 
    max-width: 401px; 
    min-height: 62px; 
    padding-left: 30px; 
    margin-left: 30px; 
    position: relative; 
    bottom: 7px; 
} 

有什麼我應該努力使它看起來更好?

+2

不穩定怎麼樣?請詳細說明。 – madaaah 2013-03-21 16:53:07

+0

把圖像放在頭部? – btevfik 2013-03-21 16:54:26

+0

它爲什麼在體內,它沒有任何意義 – btevfik 2013-03-21 16:55:00

回答

0

您已將背景設置爲htmlbody,以便您看到它兩次。

+0

修正了它。謝謝。 – 2013-03-21 17:22:28