Home › Forums › CSS › Trouble with sticky fixed menu and image display › Reply To: Trouble with sticky fixed menu and image display
September 20, 2014 at 1:09 pm
#183697
Participant
Of course, something simple I missed. Seems to work well, thank you very much.
I changed it to:
\#nav ul li{ display: inline-block; vertical-align: middle; }
#nav ul li a:hover{ background-color: #333; }
<code></code>