Div borders defined with ems don’t show in Chrome 15. They only show if defined with pixels or points.
Has anyone seen this before? Anyone have a solution?
Div borders defined with ems don’t show in Chrome 15. They only show if defined with pixels or points.
Has anyone seen this before? Anyone have a solution?
em Borders show ok in Chrome unless you have made them less than a 1px equivalent and in which case they won’t show as they will be rounded down to zero I believe.
em border seldom make much sense and I would stick to pixels or at the least use 1px borders if you are using small em measurements.
Thanks alot Paul.