Search code examples
csstwitter-bootstrap-3cross-browsernav-pills

Compatibility of nav-pills Bootstrap on Cross Browsers


I am currently studying and practicing bootstrap 3 Library ,There is part of nav-pills which is particularly confusing ,many other references prefer nav-tabs rather than nav-pills why is that and can we use nav-pills for cross browser purpose ? any example much appreciated!


Solution

  • They're two different things. In the example you've posted a link to, you can see nav-pill is what gives the element a "highlighted" look. Whereas nav-tabs is the "tab" looking element at the top of the example.