Greg, you really need to avoid ABSOLUTE units whenever possible. No in. cm. even pt
Those stop scaling the item.
OK, there are a few items I choose absolutes: border: 1px,
sometimes padding: 2 px
but in most cases, I want things to track when I Zoom the page (eg. make font bigger)
|