If you have IE7, you should have a scrollbar indication there is double the size of the screen width. If not, this is a fairly plain page!
My collegue Emily Coward found this whilst doing the front-end code for a web application, it happens when:
left: 50%
onwards).margin-top
or margin-left
. I.e. less than 0.The fixes are:
overflow-x:hidden;
to the absolutely positioned block (thanks to Ingo Chao).Back to Testing page.
Published 31st Jan 2007, last updated 1st Feb 2007.