2017-08-21から1日間の記事一覧

jQUery メニュー スマホ 

index.html <html lang="ja"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="css/style.css"> </link></meta></meta></meta></head></html>

jQUery スマホ menu 右から

body { padding: 0; margin: 0; font-family: Verdana, sans-serif; background: #eee; padding: 8px; box-sizing: border-box; width:100%; height: 100%; overflow-x: hidden; } #cover { background: #000; opacity: 0.6; width: 100%; height: 100%; pos…