|
em is a relative dimension, and browsers convert the value into pixels based on the client machines hardware capabilities. ALSO, using ems as the dimension allows ALL elements to "zoom" at the same rate.
If you want the pages to appear PRECISELY the same on any resolution set the layout to a fixed width 774 pixels wide (to allow for vertical scrollbars)
OR dimension every element in percentages that will alllow for the client browser window size which may or may not be the same as the screen resolution, as larger resolution users rarely have the browser set to full screen.
So while the screen may be at 1280px or 1600px wide the browser window (where the page is being displayed) may actually be at 900px or 1100px.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
|