Good morning everyone,
I am having issues with a customized SharePoint site rendering differently in IE vs. Chrome/Firefox. The problem in particular is with custom navigation in the master page. There is a div container that is overlapping with the primary navigation. See below:
I have tried setting the properties of the div to float right, which put it too far to the right in IE and caused it to go off the page. I have also tried setting the div container which contains those two "SITE NAVIGATION" and "PROGRAM RESOURCES" links to absolute positioning; and relative, but relative positioning did nothing and absolute positioning overlapped them in IE but rendered better in Chrome/Firefox.
Besides the positioning properties of the div container these links are in, I am unsure of how to go about fixing this next and/or if it is even possible.
Thanks in advance for your assistance.