<section class="content show" id="home" style="opacity: 0;"> </section> <section class="content hide show" id="shop" style="opacity: 0;"> </section> <section class="content hide show" id="stats" style="opacity: 0;"> </section> <section class="content hide show" id="map" style="opacity: 1;"> </section>
.show{display: block;} .hide{opacity: 0;}
Kombinowałem na rożne sposoby: z-index, visibility. Ale stwierdziłem, że tu leży wina po stronie js'a. I chciałem za pomocą .removeClass i .toggleClass, ale nie umiem sobie z tym poradzić i muszę szukać pomocy u was. Z góry dzięki.