Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#131252
pixelgrid
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