2013-12-12 43 views

回答

2

在您background2和pagejump2類 - 做出width: 100%並應工作

#background2 { 
background-color: #666; 
height: 600px; 
width: 100%; /* changed to 100% */ 
margin-right: 0px; 
z-index: 2; 
color: #fff; 
text-align: center; 
font-family: 'Raleway', sans-serif; 
background-image: url(images/dots.png); 
background-repeat: repeat; 
min-width: 1000px; 
} 

#pagejump2 { 
    height: 300px; 
    width: 100%; /* changed to 100% */ 
    background-color: #98bee0; 
    padding-bottom: 1px; 
    background-image: url(images/dots.png); 
    background-repeat: repeat; 
} 
+0

,它會需要'做#pagejump2'也一樣。 – davidpauljunior

+0

@davidpauljunior - 是的,你是對的。我會將其添加到答案中。謝謝。 – Danield