> Did you just add the text-transform styling for the links to the left? > I don't recall these were in uppercase. > Anyway, I see that now you have the same line-height and for > me this did fix the problem. In Firebug increase the > line-height and you'll see the border moving away from the text. > > Note that this is due to your styling of the links. Without > inline-block the line-height would not change the space > between the text and the border.
I did adjust the line-height to both be 13px. This did not resolve the issue. I then change the inline-block from apply to ONLY the LI A to all A elements in the footer. This ALONG WITH the line-height appears to have fixed the problem. I think my obstacle in the past was that I tried the line-height and it didn't work. So I would put the line-height back to where it was and then change the display to inline-block. This alone did not fix it either. I had not set BOTH. The FIX was in having BOTH of those items match for both of the elements. And, yes, I put the text-transform to uppercase. I did not have that in there before, so that I could look at the descenders and how the bottom border sat on the letters without the transform, which made it easier to compare to the right-hand side. ____________________________________ Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All other messages are automatically deleted. ______________________________________________________________________ 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/
