2012-02-17 200 views

回答

2

你需要設置top:0在#nav CSS

+0

謝謝你的幫助! – 2012-02-17 16:28:27

+0

我也會將'margin-top'改爲'60px;' – henryaaron 2012-02-17 16:28:28

1

頂部設置屬性:

#nav { 
    position: fixed; 
    TOP: 0; 
+0

謝謝你的幫助! – 2012-02-17 16:28:37

1

我更新了小提琴here。我改變#nav有

top: 0; 

而且#container的有

margin-top: 90px; 

你的導航欄爲50像素,所以40像素下跌將是90像素總量。