|
Nicole -> Inconsistent padding... (5/15/2006 18:06:37)
|
This isn't really a question so to speak, but I've been using ems instead of pixels to set padding, margins etc where possible. I had a 3 paragraphs with 3 headings, both the <p> and <h2> tags had: padding: 0 0 0 1em; and oddly, the heading was ever so slightly more "indented" than the paragraph. Upon changing both of them to: padding: 0 0 0 16px; both the headings and paragraphs line up exactly. Shouldn't they do this anyway? Nicole
|
|
|
|