Menu hovers

Post Reply
User avatar
blok2004
Posts: 11
Joined: Tue Jan 21, 2014 5:33 pm

Menu hovers

Post 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;
}
User avatar
Kode
Site Admin
Site Admin
Posts: 353
Joined: Wed Dec 18, 2013 11:34 am

Re: Menu hovers

Post by Kode »

I added the colour, the margin looked crap :)
User avatar
blok2004
Posts: 11
Joined: Tue Jan 21, 2014 5:33 pm

Re: Menu hovers

Post 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.
Post Reply