For those interested, I put up a quick demo here:

http://jsbin.com/uzehe/edit

As you can see the green elements (the LIs) are all the same height.

But the anchor tags within (pink) are only as high as the text.

What I've been doing via .js is to calculate the height of the tallest
anchor, then go through each anchor, subtract it's height from the
tallest, divide by 2, then apply that as top and bottom padding to
give it the same height.

I was hoping that maybe there was a way to achieve the same visual
with just CSS.

-Darrel
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to