Sometimes, the footer’s alignment is off by 1px. This is due to a CSS wordaround for non-standard IE compatibility as such:
#footer {
padding: 0 0 0 1px;
margin: 0 auto;
width: 760px;
clear: both;
}
To fix it, just add below:
#page > #footer {
padding: 0;
}
This will be ignored by IE until they get their standards in order and hopefully by then there won’t be a need for the first workaround. So it’s pretty future proof.
Wow thank you for this. I was starting to go insane with that 1px!
Thanks a lot for this intuitive work around
I still can’t understand
where do you place it. I tried pasting the fix after “clear both }” My kubrick is dated way back, perhaps it is different than yours.
total legend.
awesome tuts lol :0
Certainly got us thinking here are work, expect a few replies later.