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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:43:37+00:00 2026-05-24T05:43:37+00:00

I’ve been trying to figure out exactly what these are called, and what library(s)

  • 0

I’ve been trying to figure out exactly what these are called, and what library(s) you can use to implement them. Or maybe there’s a straight CSS solution that I haven’t seen?

Basically I want to add a label to the corner of some of my images. I want it to look like a pice of colored ribbon that says “New” or “Free”. But I can’t quite seem to figure out what these ribbons are called. Here’s an example (note: the label is in the upper right hand corner).

edit: I’m a new user so I can’t post images. Lame. But I understand the anti-spam premise behind it.
Instead, here’s a link to an example slideshow that has a “new” label across the corner:

http://www.slidesjs.com/

Googling has turned up “badges”, but they look more like the iPhone badges and that’s not what I want. Here’s what those look like. Notice the red badges also in the upper right of the two sections of text below.

edit: removed second image.

I also turned up this link while searching, but the badge used in the example is ugly.

Position badge over corner of image automatically.

So I’m wondering if I’ll have to create my own or if there’s a plugin or pre-made solution out there. Thanks in advance!

  • 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-24T05:43:38+00:00Added an answer on May 24, 2026 at 5:43 am

    You don’t need Javascript for this. You can do it with good old css. Something along the lines of

    #badge{
        position: absolute;
        top: 0p;
        left: 0px;
    }
    

    You can change top to bottom, and left to right if you want it to appear in a different corner. The you just put your badge in the same div as your image like:

    <div>
        <img id="badge" src="..." />
        <img src="..." />
    </div>
    

    Oh, the container div also needs position: relative; for the position: absolute inside it to work. Here’s a link to a jsfiddle using images from the slideshow you linked me too:

    http://jsfiddle.net/ky2Ac/

    It looks a bit different because the added a white border around their image, but that’s easy enough to do. The point is the badge 🙂 Now you just need to find a good image with a transparant background to use for the badge (I don’t know what else to call it either).

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

Sidebar

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a jquery bug and I've been looking for hours now, I can't
I am trying to understand how to use SyndicationItem to display feed which is
I know there's a lot of other questions out there that deal with this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I am confused How to use looping for Json response Array in another Array.
I want use html5's new tag to play a wav file (currently only supported
I am trying to render a haml file in a javascript response like so:

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.