Jump to content
WebFlake
  • 0

Menu bar color inactive | Mouse Scroll?


BlueSkiLLz

Question

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

5EwvRkh.png

 

What i want to be inactive if i go with my mouse scroll

 

 

 

lZGKOWg.png

	#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;
}
Edited by BlueSkiLLz
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...