I have a horizontal <ul> styled with CSS. Works nice, rolloevers everything, however, the list has a height of 50px and I need to position the in the links in the vertical middle. For some reason, I can’t figure out how to do that…
The relevant code is here: http://jsfiddle.net/XPFMB/
How to make the “ssss” links go to the middle of the grey bar?
Add
line-height: 50px;to your CSS for.nav ul li a