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 12:58 pm
#183696
Participant
Would this not work:
#nav ul li {
display: inline-block;
vertical-align: middle;
}
If the logo is not a link, how about adding the :hover to nav <a>
instead of <li>