Horizontal menu vertical padding on anchor tag doesn't take affect
- by Levi
I am wondering why in the following example the top and bottom padding has no affect on the anchor tag while the left and right does?
<ul id="nav">
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
<li><a href="#">Three</a></li>
<li><a…