Ever have a site that when clicking through pages would slightly shift to the left or right? This was driving me crazy and finally after doing some research I found a hack that will do until I can find the solution:
/*this is to keep page from shifting to left on load in safari and firefox*/ html { min-height: 100%; margin-bottom: 1px; } html { overflow: -moz-scrollbars-vertical !important; }