Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

247
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!