While working on a specific project, I have encountered an issue where everything seems to function properly in newer browsers except for IE8 during testing.
The dropdown menu is functional, however, it appears hidden behind the main content area labeled
<div class=".container.justering">
To view the code, visit:
In Chrome and IE11, the drop down menu displays perfectly. But in IE8, it remains obscured behind the main container.
It appears that the
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
is behaving as if it has an overflow:hidden;
, though it does not have this attribute set.