문제

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