Bear,
I was intrigued by your use of the
word any. Also, I broadly interpreted
positioning to include top, left, etc. not just the position attribute. Finally, my pages do include fixed headers, footers and status areas.
That said, I apparently have more problems with "normal" browser layout than you. Simple pages are never a problem but it seems like anytime I attempt a page that is the least bit complicated, it is never rendered the same in all browsers and I am forever tweaking it to get it to look right in browsers we support.
It may be overkill but I finally sat down and wrote a JavaScript function to resize pages to address the inconsistencies among browsers then hooked it into the onload and onresize events. I would prefer not to have to do this but it has solved a lot of my problems.
That's the reason I inquired about a magic solution!