While my website performs well in Chrome and Safari, there seems to be an issue with how elements are displayed in Firefox or IE. Some elements are being pushed to the right, and I am unsure of how to fix this problem.
You can view the site here
To aid in diagnosing the issue, I have added outlines to the CSS for certain elements that aren't working:
> #leftwrap {float: left; width: 270px; outline: 1px dashed green;} > #slider-frame {height: 505px; margin: 20px 20px 0 302px; overflow: hidden; outline: 1px dashed blue;}
Could it be the outdated version of JQuery causing the problem? Updating to the latest version caused issues in all browsers.
The website was functioning properly until recently when it was brought to my attention. The developer who worked on the site no longer available, so any assistance would be greatly appreciated.