Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a problem with browser cutting off top of the web pages. It seems working fine on a normal screen, but on a smaller screen like a laptop the top cuts off, but when I refresh the page than it looks fine.

#background {
  width:100%;
  height:100%;
  background-color:#EB9100;
  z-index:-1;
  overflow:auto;
}

How would i fix this? Is there way to make my webpage to look the same on any browser or screen size

share|improve this question
1  
can you post your markup? – Mr. Alien Jul 27 '12 at 19:46
If you scroll down, the top of the page will disappear shortly, only until you scroll back up. When you refresh the page, it starts at the top by default. – Blaine Jul 27 '12 at 19:58
1  
Can you add more html and css to this jsfiddle.net/CG6b5 and show what the problem is? – Bart Riemens Jul 27 '12 at 21:38

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.