> I'm seeing inconsistent results when I apply a border-bottom property > to an > <A> element. > > http://new.lauraseyesphotography.com > > If you look at the footer on the page above, in the unordered list on > the > left-hand side of the footer, the dotted underline is positioned > tightly > below the text. On the "website by" link on the lower right there is a > larger gap between the descender and the dotted underline. > > My preference is the tightly positioned underline on the unordered list > elements on the left, and I am trying to determine why I am getting a > few > pixels of additional space on the <A> element in the lower right text. > > Usual there is some small detail that I am mising. Is that the case > here?
The line-height is different. It's 13px versus 17px But I'd not use pixel if I was you, I'd go unit-less -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
