If the table cell is taller than the text you'll need to specifically set the height (or top/bottom padding) to make sure that the anchor area expands to fill the cell vertically too.
e.g.
Code:
.nav a {
display: block;
height: 100%;
}
Just a heads up.
Last edited by Bill Posters; 08-18-2005 at 04:25 PM..