Jquery slide menue master
Ein anderes Menü was klein ist aber viel rein passt-
Download-archiv
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>jQuery Sliding Menu Plugin</title>
<style>
/* style */
*,
*:before,
*:after { border-radius: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; outline: none; padding: 0; }
body { background: #FFF; color: #2C3E50; cursor: default; font: 300 1.4em/1 'Helvetica Neue', Arial, sans-serif; }
a { color: #16A085; text-decoration: none; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
a:hover { color: #1ABC9C; }
h1 { font-weight: 300; }
h2 { font-weight: 300; margin: 3em 0 1em 0; }
p { margin: 2em 0; }
pre { background: #34495E; color: #ECF0F1; line-height: 1.4; padding: 2em; tab-size: 4; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
th,
td { font-weight: 300; line-height: 1; padding: 1em; text-align: left; vertical-align: middle; }
tbody th { font-family: 'Consolas', monospace; }
tbody tr:nth-child(2n+1) { background: #ECF0F1; }