3
Good morning Guys, I’m having a big question.
I have the following code:
<div class="nav">
<ul class="menu">
<li class="mnativo"><a href="#"><i class="fa fa-bars"></i></a></li>
<li><a href="#"><i class="fa fa-home"></i></a></li>
<li><a href="#"><i class="fa fa-star-o"></i></a></li>
<li><a href="#"><i class="fa fa-play"></i></a></li>
</ul>
</div>
<div class="conteudo">
<nav>
<ul class="submenu">
<li><a href="#">Todas</a></li>
<li><a href="#">Todas</a></li>
<li><a href="#">Todas</a></li>
<li><a href="#">Todas</a></li>
<li><a href="#">Todas</a></li>
<li><a href="#">Todas</a></li>
</ul>
</nav>
</div>
The First div with the ship class is the menu that will be visible.
The second so-called content is what will be hidden.
Come on,
I need that the moment I click on the read
<li><a href="#"><i class="fa fa-home"></i></a></li>
The content divide appears.
They could help me please, I’m not using any library, I plan to do everything without using, because, the project is small, so I just wanted a javascript that does this..
From the thank to all.
Is there any css code ready, Wesley?
– Vinícius
Hello Vinicius there is yes.. but we have already solved with Carlinhos' answer.. ;) thank you for being willing to help... abs
– Wesley Oliveira