I'm making my first website by PHP with AngularJS and Bootstrap.
I want to add a banner above a navbar-fixed-top. Means:
when on top:
--------------
banner--------------
navbar--------------
body--------------
when scrolling:
--------------
navbar--------------
body--------------
I have looked for several methods but them seem didn't work. Thank you :D