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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:14:15+00:00 2026-06-16T23:14:15+00:00

I have a button that uses a graphic and has rounded corners. In order

  • 0

I have a button that uses a graphic and has rounded corners.

In order to make the button CSS reusable, and able to accommodate any length text whilst still keeping the round corners, I’d like to use :after to add the end rounded corner after the main button (thus the first image/text can grow and the rounded corner will always be tacked on the end.)

Managed to get the :after working when I add content (e.g the words ‘test’ and some background colours) but cannot get it to work when there is no content on the styling. I just need the background image and that’s it.

JSFiddle with the buttons. You can see the :after code but for some reason this doesn’t display.

#wizard-nav .paging:after
{ 
background-image:url("http://i.imgur.com/GDJgl.png");
height:22px;
width:7px;
}
  • 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-16T23:14:16+00:00Added an answer on June 16, 2026 at 11:14 pm

    When using the ::before and ::after pseudo-selectors you need to set a value to content.

    Pseudo elements are also inline elements, so if you want to define a height or width then you must display it as a block element.

    For example:

    #wizard-nav .paging::after {
        content: "";
        display: block; 
        background-image:url("http://i.imgur.com/GDJgl.png");
        height:22px;
        width:7px;
    }
    

    Working example: http://tinkerbin.com/GSO0HpD2

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

Sidebar

Related Questions

I have created a button CSS class that uses background images with different positions
I have a page with a 'printer friendly' button that uses jQuery's .css() method
I have a button that can have a focus css class associated with it
I have a button that I want to make disappear if anything is tapped
I have a button that uses jQuery and ajax to call a server side
I have a button that uses a stretchable PNG as the background image, like
I have a simple button that uses a command when executed, this is all
I have a button that uses Process.Start to initiate a process along with a
I have a hyperlink/image button that uses javascript to submit a form, <p> <a
I'd like to have a 'COPY' button that uses Javascript to copy the contents

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.