Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6371831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:08:28+00:00 2026-05-25T01:08:28+00:00

I have been looking for a Google Chrome-like tab written using CSS but cannot

  • 0

I have been looking for a Google Chrome-like tab written using CSS but cannot find one.

I am trying to replicate the look in order to use it in a web application or a website.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:08:29+00:00Added an answer on May 25, 2026 at 1:08 am

    yeah its possible, with css3

    Ive posted a blog about how to its a lil depthy, and sadly enouth not going to work on ie unless you use images

    Edit:

    Removed old reference to redeyeoperations cause its a link farm now.
    This is a bit lighter version also it is up on a 3rd party site, so its less likely to be down.

    http://codepen.io/jacoblwe20/pen/DxAJF

    Here is the code

    var tabs = $('.tabs > li');
    
    tabs.on("click", function(){
      tabs.removeClass('active');
      $(this).addClass('active');
    });
    body {
      background: #efefef;
      font: .8em sans-serif;
      margin: 0;
    }
    
    .tab-container {
      background: #2BA6CB;
      margin: 0;
      padding: 0;
      max-height: 35px;
    }
    
    ul.tabs {
      margin: 0;
      list-style-type: none;
      line-height: 35px;
      max-height: 35px;
      overflow: hidden;
      display: inline-block;
      padding-right: 20px
    }
    
    ul.tabs > li.active {
      z-index: 2;
      background: #efefef;
    }
    
    ul.tabs > li.active:before {
      border-color: transparent #efefef transparent transparent;
    }
    
    ul.tabs > li.active:after {
      border-color: transparent transparent transparent #efefef;
    }
    
    ul.tabs > li {
      float: right;
      margin: 5px -10px 0;
      border-top-right-radius: 25px 170px;
      border-top-left-radius: 20px 90px;
      padding: 0 30px 0 25px;
      height: 170px;
      background: #ddd;
      position: relative;
      box-shadow: 0 10px 20px rgba(0, 0, 0, .5);
      max-width: 200px;
    }
    
    ul.tabs > li > a {
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      text-decoration: none;
      color: #222;
    }
    
    ul.tabs > li:before,
    ul.tabs > li:after {
      content: '';
      background: transparent;
      height: 20px;
      width: 20px;
      border-radius: 100%;
      border-width: 10px;
      top: 0px;
      border-style: solid;
      position: absolute;
    }
    
    ul.tabs > li:before {
      border-color: transparent #ddd transparent transparent;
      -webkit-transform: rotate(48deg);
      -moz-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
      -o-transform: rotate(48deg);
      transform: rotate(48deg);
      left: -23px;
    }
    
    ul.tabs > li:after {
      border-color: transparent transparent transparent #ddd;
      -webkit-transform: rotate(-48deg);
      -moz-transform: rotate(-48deg);
      -ms-transform: rotate(-48deg);
      -o-transform: rotate(-48deg);
      transform: rotate(-48deg);
      right: -17px;
    }
    
    /* Clear Fix took for HTML 5 Boilerlate*/
    
    .clearfix:before, .clearfix:after { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { zoom: 1; }
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
    <div class=tab-container>
      <ul class="tabs clearfix" >
        <li>
          <a href=# >Users</a> 
        </li>
        <li class=active > 
          <a href=# >Pending Lots</a> 
        </li>
        <li> 
          <a href=# >Nearby Lots</a> 
        </li>
        <li>
          <a href=# >Recent Lots</a>
        </li>
      </ul>
    </div>
    <div class=outer-circle></div>
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey, I have been looking on google and I cannot seem to find anything
I have been looking everywhere but I cannot seem to google it right so
I have been looking all around Bing and Google trying to find this, does
I have been looking around ocn Google and Stackoverflow but haven't found what I
I have been trying to get Google Chrome (6.0.401.1 dev) on Mac OS X
I have been looking all over google to find some answers to my questions
I have been looking all over google to find what the hex output of
I have been searching Google for that last 15 minutes trying to find Documentation
I have been looking in google for a solution to my problem but no
I have been looking in google and documentation function like plogis , dlogis ,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.