View Single Post
  #5 (permalink)  
Old May 27th, 2007, 20:48
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Pixel offset between pages / browsers

You can fix it by adding this to your CSS if it really bothers you.

Code: Select all
html, body {
  height: 100%;
  padding: 0 0 1px;
}
I think that's right...
Reply With Quote