Pages elements displaying in different sizes across various browsers

See if this maybe helps:

I also always add this to the body style of my HTML document, which helps against FF bolding fonts and Safari doing the opposite.

-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: subpixel-antialiased;

If this doesn't help could you provide an example Hype document with your problems, it makes things so much easier to troubleshoot over long distances. :smile: