2013-10-17 49 views

回答

1

例如 http://jsfiddle.net/gvMLS/

HTML

<div id="header"> 
    </div> 
    <div id="content"> 
     content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/>content<br/> 
    </div> 

CSS

#header { 
position: fixed; 
top: 0; 
height: 20px; 
width: 100%; 
background-color: #ff0000; 
} 
#content { 
position: absolute; 
top: 20px; 
bottom: 20px; 
width: 100%; 
background-color:#fff; 
overflow: auto; 
} 
+0

謝謝!雖然我可能沒有解釋得那麼好。我指的是文本「我們是他們的代理商,我們做品牌和主題」背後的背景圖片,以及它如何在下面的內容流動時保持固定。那有意義嗎?對不起,如果我沒有正確解釋它。感謝您及時的回覆。 – kdipaolo