BlueSkiLLz Posted July 16, 2014 Share Posted July 16, 2014 (edited) 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; } Edited July 16, 2014 by BlueSkiLLz Link to comment Share on other sites More sharing options...
0 katos Posted July 17, 2014 Share Posted July 17, 2014 a:hover { color:(what you want here); } You after something like that? Link to comment Share on other sites More sharing options...
0 Decon Posted July 17, 2014 Share Posted July 17, 2014 Wait, you want the border on the bottom to change colors if you hover over the link, or am I misreading? Link to comment Share on other sites More sharing options...
0 BlueSkiLLz Posted July 17, 2014 Author Share Posted July 17, 2014 (edited) I found, how #community_app_menu > li > a.menu_active { I edit this T/C Solved Edited July 17, 2014 by BlueSkiLLz Link to comment Share on other sites More sharing options...
0 Kingy Posted July 17, 2014 Share Posted July 17, 2014 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
BlueSkiLLz
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; }Edited by BlueSkiLLzLink to comment
Share on other sites
4 answers to this question
Recommended Posts