2011-08-02 59 views
0

我看不到如何讓我的菜單重複100%的容器,並仍然有導航菜單中心。讓我的菜單重複

我想問如何在菜單上製作雙邊框頂部和按鈕。

Here is the design

我希望有人能幫助我。

+0

我真的不明白你的問題......可以展開位更多? –

+0

對於雙邊框使用:'border-top:3px雙紅色; border-bottom:3px雙紅色;' –

+0

謝謝,我該如何讓菜單重複100%http://d.pr/zVbl – sij

回答

0

您的評論

更像重複寫從左到屏幕(瀏覽器):)權的, 雙邊框我怎樣才能使一個紅色和綠色的另一個?因爲現在 的一個是黑色的:/

如果我理解正確的話,你可以在你的CSS樣式表做

nav { 
position: relative; 
background-image: url(../img/menu.jpg); 
width: 100%; 
height: 79px; 
border-top: 3px double red; //CHANGE COLOR 
border-bottom: 3px double green; //CHANGE COLOR 
top: 15px; 
z-index: 2; 
}