I'm trying to build my first purely CSS dropdown menu without any plugins, and I got it looking mostly how I want it, but one issue that I have is the drop downs seem to be "off" a pixel vertically, and they seem to drop down another pixel with each level. I've tried throwing so many margin:0s and padding:0s I've lost track. Figured I'd ask for help before I went crosseyed permanantly :)

The page/source/css can be viewed at bezaluhosting.com/testing/menu.htm

没有正确的解决方案

其他提示

Remove vertical-align: middle; from nav ul li {}.

It works if you remove vertical-align: middle from nav ul li

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top