Home › Forums › CSS › Moving image to button on hover › Reply To: Moving image to button on hover
February 8, 2016 at 2:14 am
#237803
Participant
Forking this Magic Line Navigation pen and changing the background-color of the appended div on hover to an image can get you there. Does require javascript though. With a fixed amount of nav-items, you can also use this one , using a more vanilla-javascript approach.