wesleyw Posted October 29, 2013 Posted October 29, 2013 Its about 8px in from the very edge of the browser window if I use top:-8px left:-8px; it fits correctly any thoughts on what to check there is no CSS for the body? Wes
LosOjos Posted December 4, 2013 Posted December 4, 2013 You'll want to check there margin, padding and border are all 0. Easiest way to find these things is load it up in chrome, hit F12 and use the dev tools. Highlight the body (or div or whatever else you want to study), then look down the right hand side of the tools, it'll show you all the measurements.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now