Right, they may be two separate things floating in the viewport which have something like #header{position:absolute;top:0} and #footer{position:absolute;bottom:0}. In such a case the positions could be reversed trivially in CSS only without data being modified.
It's probably best to let someone actually look.
|