I have been working on revamping an existing website at www.gjelavoie.com. To enhance the user experience, I decided to use jquery fadein() and fadeout() functions for displaying my Contact form without visitors having to temporarily access the main page. However, I encountered an unexpected issue:
When the Contact form fades in, the main page fades out but is shifted downward to a confusing position.
The good thing is, when the contact form disappears with a fadeout effect, the main page fades back in and returns to its original position.
The downside is that this unintended behavior needs to be addressed.
I tried observing the style property changes using tools like Firebug, Chrome Inspector, and Opera Inspector to pinpoint any CSS attribute modifications related to the positioning shifts, but unfortunately, I couldn't find a solution.
Could someone please guide me on how to debug this problem effectively with the appropriate tools? Alternatively, directing me to a specific function within the Firebug family of tools (Firebug, Chrome, etc.) would be greatly appreciated, as resolving this issue could benefit others facing similar bugs in the future.
Thank you in advance.