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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:14:46+00:00 2026-05-27T08:14:46+00:00

I was wondering how hard it is to make a class for downloads that

  • 0

I was wondering how hard it is to make a class for downloads that places an icon right before the text and both text and icon are part of the link to the attached file. Is there a simple way to do this with CSS?

  • 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-27T08:14:46+00:00Added an answer on May 27, 2026 at 8:14 am

    Assuming that all links to downloads are a elements, of class-name ‘downloadLink’:

    .downloadLink {
        background-image: url(path/to/image.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
    }
    

    If those links are of the format:

    <a href="http://example.com/downloads/document.pdf">document.pdf</a>
    <a href="http://example.com/downloads/image.png">image.png</a>
    

    Then the css:

    .downloadLink[href$=pdf] {
        background-image: url(path/to/pdf_background_image.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
    }
    .downloadLink[href$=png] {
        background-image: url(path/to/png_background_image.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
    }
    

    Will give specific backgrounds to links with a href attribute that ends with pdf or png. This approach is based around CSS3’s attribute-selectors, which might reduce cross-browser compatibility but, according to Quirksmode’s compatibility table not by much (basically everything above, and including, IE7 should support this (albeit it doesn’t specify which of the selectors are supported) in IE or other browsers).

    References:

    • attribute-ends-with $= selector.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering how hard it would be to make the new Tasks.Dataflow blocks
I was wondering, how often does DHTMLX offer a new version and how hard
Wondering if any of you can help me: I've made a signup modal that
Wondering if there is any way to get the lambda expressions that result from
Wondering if anyone can suggest a good file replication tool that will replicate across
i have noticed that every area has some tools you can use to make
I'm wondering if there are any applications, preferably freeware, that can take a database
I am using iOS 4. I am wondering that is it possible to connect
I was wondering if it was possible to change another page that's not opened
I'm trying to make an application that has specifically styled buttons. To do this

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.