このサイトからレスポンシブ メニューを抽出しました
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
}
メニューの位置を変えるには?