0

わかりました、非表示の背景を作成しようとしていますが、メイン コンテンツ ページには表示されません。メイン コンテンツ自体に別の背景が必要です。しかし、それは機能していません。コンテンツではなく、メインの背景が正常に機能しています。背景、誰か助けてくれませんか?

body {
    margin: 0px auto 0px; 
    padding: 0px;
    overflow-x:hidden;
    background: #9fddf9 url(http://www.unwritten-quotes.com/images/bgfall.jpg) top center no-repeat fixed;
    width: 990px; 
    color: #000000; 
    font-size: 11px; 
    font-family:  Tahoma;
    letter-spacing:1px; 
    line-height:15px; 
}   

#shell {
    margin: 0px auto 0px; 
    padding: 0px;
    background: #91d8f4 url(http://unwritten-quotes.com/images/bg.gif) center repeat-y; 
    width: 990px;
}
4

2 に答える 2