The dropdown was not visible because of overflow:hidden, so it was cut off below the navbar.
In modern browser, a mediaquery did te same thing for desktop browsers, but IE8 doesn't support mediaqueries, so it wasn't applied. On Wed, Sep 19, 2012 at 11:28 AM, condee78 <[email protected]> wrote: > Arghh...It's Work. thanks a lot barry. > anyway, how it can solve this bug? with the override default collapsed > state. could you explain to me? > sorry, because i'm new on it > > > thanks > > > On Wednesday, September 19, 2012 3:44:23 PM UTC+7, Barry vd. Heuvel wrote: > >> Could you try this? >> https://github.com/twitter/**bootstrap/pull/5194<https://github.com/twitter/bootstrap/pull/5194> >> >> >> (Add overflow:visible to .navbar-collapse.collapse) >> >> // Override the default collapsed state >> .nav-collapse.collapse { >> height: auto; >> overflow: visible; >> } >> >> >> >> >> On Wed, Sep 19, 2012 at 10:08 AM, condee78 <[email protected]> wrote: >> >>> Hi all, >>> >>> I was downloading the Bootstrap v2.1.1-0-gc52368d and facing some >>> trouble about the DropDown Menu. It didn't work in IE 8. This bug is also >>> occurs in Hero.html on the examples folder v2.1.1-0-gc52368d >>> >>> Can somebody give me an advice? >>> >>> >>> thanks >>> >> >>
