css - Bootstrap nav dropdown under wrong item -


alrighty, asked, here question reformatted:

i using bootstrap. nav bar has drop-down. drop-down appearing under wrong nav item.

this happening me on firefox 20.0 on 2010 macpro osx 10.8.3

it work on other browsers (chrome , safari)

here links. nav item @ far right (zone tools) should have dropdown.

image alone: tinypic.com/r/e0kqp/5

code put here. little funkyness because tried strip down nav bar, you'll gist.

http://bootply.com/61045

i have more links, cannot put more 2 in @ time far.

thank all.

it looks problem in css..

  .navbar .nav li {     display: table-cell;     width: 1%;     float: none;     font-size: 13px;   }    .navbar .nav ul li {     display: table-row;     width: 1%;     float: none;     font-size: 13px;   } 

when remove works, you'll need figure out way center nav items. http://bootply.com/61059

p.s. - don't need include bootstrap scripts in bootply.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -