Joseph C
                                            Joseph C
                                        
                                    To review the Nexus IQ Server logs, connect to the pod via bash shell. The logs are in /var/log/nexus-iq-server. Here are the commands I used to shell into a pod:...
See this example from the project readme: http://jsfiddle.net/y3qV5/1730. Also, bottom and marginTop work opposite of each other. This is most likely why you are seeing strange behavior.
Here is a modified version of that fiddle that, I think, matches what you are trying to accomplish: http://jsfiddle.net/y3qV5/3347
Or, this if you want to dock to the bottom: http://jsfiddle.net/y3qV5/3348
I just checked out your site. Looks like you have corrected the fixed header issue. Looks good!
Nice website! Makes me want chocolate :) Is it possible that .scrollToFixed is called more than once because of the checkWidth function? You can use the minWidth option instead of...
It is staying stuck in the fixed state for some reason. The scroll code is firing as I can see most of the properties being set, with the exception of...
It is the animated background causing the cpu to stay well above 100% the entire time the web page is loaded. I removed scroll to fixed from the target element...
That is most likely not the only issue, I think the animated background just makes it worse. There is something else causing it as I was able to get it...
I will expose them as soon as I get a chance. Thanks for the suggestion :)