http://workshop.wpcoder.com/daniel/tvexperts/
In Chrome, if you click \"Production\" and then \"Contact\" the position: fixed header disappears, but comes back when
The height adjustment did nothing for me. The fix for the issue with a fixed position element disappearing in Chrome for me is: window.scrollTo(window.pageXOffset,window.pageYOffset-1);
window.scrollTo(window.pageXOffset,window.pageYOffset-1);