2012-09-01 86 views
0

我們已經提取的響應菜單從這個網站響應菜單位置的CSS

http://mattkersley.com/demos/responsive_menu/

當我調整與屏幕尺寸的菜單中選擇框中顯示的默認頁面的頂部。 我發現下面的代碼會導致問題。但是如果我改變這個響應菜單不起作用。

var settings = { 
combine: true, //combine multiple menus into a single select 
groupPageText: 'Main', //optgroup's aren't selectable, make an option for it 
nested: true, //create optgroups by default 
prependTo: 'body', //insert at top of page by default 
switchWidth: 650, //width at which to switch to select, and back again 
topOptionText: 'Select a page' //default "unselected" state 
} 

如何更改菜單的位置?

回答

0

我已經通過改變「prependTo:'body'」中的屬性來實現這一點。我們需要提供像nav,p,div這樣的html標籤來顯示該位置的導航。