javascript - Bootstrap3: Firefox bug - Cannot set div height -


Firstly there is a link:

Everything is fine in Chrome. The slider is pushed in Firefox on the right side, this is because a 'nav.navbar.navigation-9' height is 50px.

I have set height to 40px, while the page load shows it 40px, after loading it reverts to 50px, so the slider is pushed to the right

I have tried all possible solutions which I know, any help would be appreciated.

set main-nav height of 38px.

  .header-9-navigation .main-nav {height: 38px; Status: Stable; }  

If your main-nav is equivalent to the top-9-form, only the slider will be shown below.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -