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 7798403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T23:59:38+00:00 2026-06-01T23:59:38+00:00

Is there a way a way to create Delicious-like arrow tags without the use

  • 0

Is there a way a way to create Delicious-like “arrow tags” without the use of images:
Delicious tags

I’m familiar with the border-triangle technique, but couldn’t get that to look decent (in part because we’d need an additional outer border to frame the entire component).

  • 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-06-01T23:59:40+00:00Added an answer on June 1, 2026 at 11:59 pm

    I create a little example may be that’s you want .

    CSS

    div{
        padding:5px 10px;
        font-size:12px;
        -moz-border-radius:0 5px 5px 0;
        -webkit-border-radius:0 5px 5px 0;
        float:left;
        margin-left:30px;
        margin-top:20px;
        position:relative;
        font-family:verdana;
        color:#3b3d3c;
        border:1px solid #d5d5d7;
        border-left:0;
    }
    
    div{
        background: -moz-linear-gradient( top , #fbfdfc 0%,#f6f5f5 100%);
        background: -webkit-linear-gradient( top , #fbfdfc 0%,#f6f5f5 100%);  
    }
    
    div:after{
        content:"";
         width:18px;
         height:18px;
         background: -moz-linear-gradient( left top , #fbfdfc 0%,#f6f5f5 100%);
        background: -webkit-linear-gradient( left top , #fbfdfc 0%,#f6f5f5 100%);
         -moz-transform: rotate(45deg);
         -webkit-transform: rotate(45deg);
         display:block;
        position:absolute;
        top:3px;
        left:-10px;
        z-index:-1;
        border:1px solid  #d5d5d7;
    }
    

    Check this http://jsfiddle.net/9EEEP/76/

    UPDATED
    Now work in chrome also

    http://jsfiddle.net/9EEEP/77/

    For more you check my this answer also How to code certain css shapes?

    I use css3 which not work in IE8 below browsers.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to create tags (just like here on stackoverflow when you
Is there any way to create a new NSString from a format string like
Is there any way to create a property like this C# property in Objective-C?
Is there a way to create a condition like this? @products = Product.find(:all, :limit
Is there any way to create callbacks and signals in C? I can use
Is there any way to create a gradient background using nothing but CSS? You
Is there an easy way to create a dictionary-like collection, i.e. Tables can be
Is there a way to create WCF proxy objects on the fly without using
Is there an easy way to create dictionary like associative array in php? in
Is there a way to create a resource qualifier for landscape mode, but only

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.