> If I'm understanding correctly, you want each item in your menu to
> have the same dimensions. You would just need to add height and width
> then. Such as...
>
> #nav-menu a {display:block; height:30px; width:60px;}

Well, then we're back to using javascript. I'm actually doing this
anyways for IE6 and 7. I loop through each LI, get the height of the
tallest one, then reset the height of each LI to match the height of
the tallest one.

Which is fine, but I was curious as to whether or not it could be done
with pure CSS.

-DA
______________________________________________________________________
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