Slide-out menu css only
问题 I am trying to make a css-only slide-out menu, which can be slid out and back, see my fiddle http://jsfiddle.net/EZ8SK/1/ here. Now I'd like to combine the Handlers into one. I tried doing so with radio or checkboxes, but I could not get it to work, I guess I overlooked something. CSS #wrapper { width: 100%; height: 100%; } #header-wrapper { width: 100%; height: 56px; position: relative } #header { width: 100%; height: 56px; background: #111; position: absolute; } #content-wrapper { width: