Why is there space above an element that appears to have no margin or padding?
问题 I'm wondering why the elements in my nav bar appear to have blank space above them? I've checked the margin and padding and there doesn't seem to be an issue, but there is a large space above my #logo and #searchbox which is messing up my layout, how can I get rid of the space above the elements? Thanks a lot! Here's my Code: li { display: inline-block; } ul { display: inline-block; margin: 0px; padding: 0px; } #main_nav, logo { display: inline-block; padding: 0px; margin: 0px; } nav li a