leC4ISE|2: [Footer] repeat-x und positionieren

Beitrag lesen

Dann sieht das ganze so aus: test

  
#footer {  
    background-image: url(images/footer.jpg);  
    width: 996px;  
    bottom: 0px;  
    height: 54px;  
}  
#footer_bg {  
    background-image: url(images/bg_bottom.jpg);  
    width: 100%;  
    bottom: 0px;  
    background-repeat: repeat-x;  
    height: 54px;  
    text-align: center;  
    position: fixed;  
}  

Habs selber nochmal ausprobiert, so funktionierts ;).

MfG