javascript - Confusing Hovereffct -
i've created navigationbar: http://cdpn.io/tdnfv (with of 2 tutorials, cant post links here due low reputation, links on codepen)
now can see, blue bar moving nicely, , under item 6, there increasing "disharmony" towards item6. not able identify piece of code responsible of this! not sure how change "default location" of moving bar, means position when there no hover events.
i appreciate help, thank in advance.
that little white spaces in between each <li>
. there different ways of dealing this, favorite remove font size, restore in element contains text.
ul { font-size: 0; } ul li { font-size: 18px; }
p.s., that's neat concept.
Comments
Post a Comment