> Alas, the issue is that while the  LIs are all the same height, the
> actual anchor tags are only as high as the text. I'd like it so that
> all of the anchor tags (as well as the LIs) are all the same height so
> that each link has the same size target to click on.
>
> Is that doable with just CSS? Or will this also be a task for javascript?

Setting the links to display: block is the first step.  It might be the only 
one.  You might need a height: 100% too.  But that might try to make them the 
height of the page.  My brain's not working well today, so I'm not sure.

But it is doable with just CSS.

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