hold over/ highlight menu effect

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Aug 22, 2014 2:36 am
Reply with quote
Report this post
Hello,

Is there any way to add hold over/ highlight menu effect to main menu of Game like this:
http://screencast.com/t/7gRWpDpjm

Thanks,
Giang Anh
User avatar
Expert Boarder

teitbite
Sun Aug 24, 2014 7:53 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.gkMenu > ul > li > a:hover {
    background: none repeat scroll 0 0 orange;
    color: black;
}
User avatar
Moderator

GK User
Wed Aug 27, 2014 3:07 am
Reply with quote
Report this post
Perfect. Thank you ^_^
User avatar
Expert Boarder


cron