Line 9: | Line 9: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$("#HQ_page").attr('id',''); | $("#HQ_page").attr('id',''); | ||
− | // call the functions that control the menu | + | // call the functions that control the menu |
menu_functionality(); | menu_functionality(); | ||
hide_show_menu(); | hide_show_menu(); | ||
Line 1,019: | Line 1,019: | ||
} | } | ||
− | #myScrollspy ul li.active | + | #myScrollspy ul li.active { |
− | {background:green;} | + | background:green; |
− | #myScrollspy ul li.active:hover | + | |
− | {background-color:rgba(120, 255, 180, 0.5);} | + | } |
− | #myScrollspy ul li:hover | + | #myScrollspy ul li.active:hover { |
− | {background-color:rgba(160, 192, 239, 0.5);} | + | background-color:rgba(120, 255, 180, 0.5); |
+ | transition: all .1s ease-out; | ||
+ | } | ||
+ | #myScrollspy ul li:hover { | ||
+ | background-color:rgba(160, 192, 239, 0.5); | ||
+ | transition: all .1s ease-out; | ||
+ | } | ||
#myScrollspy.sticky { | #myScrollspy.sticky { |
Revision as of 02:01, 2 November 2017