I have an absolutely positioned element that is \"outside\" of the page, but I want browsers (I am using Firefox 3) not to display horizontal scrollbars. It seems that displ
Put the following style
html {overflow-x:hidden;}
I tested it on IE 8, FF and Chrome.