Home › Forums › CSS › On hover, move the navigation’s icon from current page item to the hovering › Re: On hover, move the navigation’s icon from current page item to the hovering
April 10, 2013 at 10:10 am
#131252
Participant
if the indicator icon is a abolutelly positioned element for example div or span and inserted at the end of the ul list you can make seperate rules for hovering each navigation element like
.blog:hover ~ .indicator{left:500px}
you will have to calculate all the values your self