html - How To Make A Responsive Sidemenu In CSS -
i've finished coding website 1024x768 resolution , want add @media queries code sidebar disappears when screen @ width of 980px , stays way down there. have tried adding @media max-width 980 myself not seem working @ all. i've tried in various places on page again, no luck. it's frustrating! code below (sorry if it's long, i'm gonna leave in there avoid questions regarding code). html: <head lang="en"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width" /> <title>lakeside books</title> <link rel="stylesheet" type="text/css" href="masterstyle.css"> <meta name="viewsize" content="width-device-width,initial-scale=1.0"> <!--[if ie]> <script type="text/javascript" src="_http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif...