How to remove bootstrap own style - menu navigation bar to achieve a smooth transition to the corresponding menu region

Question 1: How do I remove the css bootstap comes with the overflow: hidden this style

Met today at bootstap the carousel figure comes with pictures can not show up, there is always a picture height of a portion is hidden

Later see the console is overflow: hidden this pattern is caused by <div class = "carousel-inner"> how to solve this class

Removing carousel-inner class on the line

 

Function 1:

 菜单栏的代码  使用锚点href来连接  
<div class="collapse" id="navbar"> <ul class="nav navbar-nav navbar-right" id="menubox"> <li><a class="nav-link page-scroll" href="#page-top">111</a></li> <li><a class="nav-link page-scroll" href="#features">222</a></li> <li><a class="nav-link page-scroll" href="#contact">333</a></li> </ul> </div>

  

You have to place the receiving area required class id and are the same class and corresponding Top-Page 

<sectionTop id = "Page-Top" class = "Page-Top">
</section> 

  

 

Guess you like

Origin www.cnblogs.com/IwishIcould/p/10932574.html