Quote:
Originally Posted by Jellby
... and an absolute unit is not good, because you don't know the screen size it will be read in.
... and a % is not good, because a % in top/bottom margin is actually relative to the element's (usually the screen's) width, not height, so the margin will be larger in landscape than in portrait orientation!
|
When did % become related to width? I think that's not correct. It's related to height. And done right, it will be related to the height of the screen or window.