Hi
I edit a menu bar for skin animate, but how make a inactive color, if stay with click on can be see if not stay can't see
This my menu bar
What i want to be inactive if i go with my mouse scroll
#community_app_menu > li > a {
display: block;
padding: 0 20px;
line-height: 33px;
color: #ddd;
text-decoration: none;
text-shadow: 0px -1px #111;
border-left: 1px solid #fff;
border-left: 1px solid rgba(0, 0, 0, 0.2);
border-right: 1px solid #fff;
border-right: 1px solid rgba(0,0,0,0.2);
border-bottom: 1px solid silver;
-webkit-box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
}