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
}
如何更改菜單的位置?