Could you try this?
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
>

Reply via email to