08-22-2012 03:37 PM
in one of my webworks app pages it keeps "scrolling" if i push down or up. How can i fix this?
Code im using.
<meta name="viewport" content="initial-scale=1.0,width=device-width,user-scalable=no,target-densitydpi=device-dpi" />
Am I missing something?
08-23-2012 03:25 AM
08-23-2012 08:00 AM
08-23-2012 12:47 PM
It still seems to scroll
code im using in CSS
body{
background: #222222;
margin-right: 0;
margin-left: 0;
height: 600px;
width: 1020px;
}
#aboutpogo{
width: 900px;
margin-left: 10px;
height: 520px;
color: #fff;
font-size: 24px;
clear: both;
}
#menu{
width: 1020px;
height: 80px;
clear: both;
background-image:url(../img/bground.png);
}