Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

235
Visualizações
Create multiple tabs under one tab?

I have multiple tabs on a website. See the image below:

enter image description here

I want to put multiple tabs under one tab so if a user hovers over a tab they can see multiple tabs below it and click on them. For example, I could hover over the home tab with my cursor and then I could see multiple other tabs like download, instructions, and troubleshoot instead of having them all separate.

Question: How to put multiple tabs under another tab?

Also, I want to have all of my tabs on one page. What I mean is if I had a page something like this:

Home Page

Hello and Welcome!

Downloads

Download a file

Instructions

This is how to use the file

I basically want the tabs to be hyperlinks. If the user hovers over Home and clicks on downloads I want it to go to the downloads section on the same page where it says "Download a file" instead of going to a different page.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Try this:


.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.drop:hover .drop-content {display: block;}

in css

and in html:

<button>Dropdown</button>
  <div class="dropdown-content">
    <a href="#">Link 1</a>
    <a href="#">Link 2</a>
    <a href="#">Link 3</a>
  </div>

example: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_dropdown_navbar try doing something like in the example

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda