Hi,
1 - make a mod_custom module (surround your button code with a DIV tag that has a unique id.
Like so:<div id="contact-btn-fixed">add button code here</div>
2 - Assign it to "All" menu items in the "navigation" position.
3 - add this at the bottom of your template.css file:#contact-btn-fixed {position: fixed; top: 0; left: 0;}
4 - you may need to play with the top/left values.
5 - save and clean cache