Page 1 of 1

Menu hovers

Posted: Fri Jan 24, 2014 9:57 pm
by blok2004
This is such a trivial issues that I almost feel like it doesn't deserve its own topic. But can we get hover effects on anchor tags in the submenus. I find it a little confusing not knowing which link I'm clicking on. ;)

EDIT perhaps something along this line?

a:hover {
color:#C2454B;
margin-left: 20px;
transition: color 1s, margin 1s;
}

Re: Menu hovers

Posted: Sat Jan 25, 2014 1:44 pm
by Kode
I added the colour, the margin looked crap :)

Re: Menu hovers

Posted: Sun Jan 26, 2014 12:00 am
by blok2004
Awesome thank you sir! Wasn't sure about the margin myself. Didn't have any way to test it with the current site.