Centring text top and bottom

janesta

New Member
Hi folks,
quick question - trying to get the text in a css menu to centre not only in the middle of the box but vertically centred as well.
Its currently sitting in the centre horizontally, but is stuck at the top of the box. Can anyone help tell me how to get the text to move down so it is in the middle both left and right and top and bottom?

HTML:
#navMenu ul li a {
    text-align:center;
text-vertical-align: middle; 
    height:30px;
    width:90px;
    display:block;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration:none;
    color:#00000;
    border:1px solid #000000;
 
Last edited:
Top