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

  • Home
  • SEARCH
  • 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 8438265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T07:39:51+00:00 2026-06-10T07:39:51+00:00

I know how to do it via using an image, but it needs to

  • 0

I know how to do it via using an image, but it needs to be dynamically changing. Are there any tricks to using a color in place of an image? There appears to be very little documentation on using webkit masks.

I’m using this in a Chrome extension that can be used offline (i.e. I can’t use PHP for this).

  • 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-10T07:39:53+00:00Added an answer on June 10, 2026 at 7:39 am

    You can use a pseudo element with a colored background like the example at http://www.impressivewebs.com/image-tint-blend-css/

    .tint {
      position: relative;
      float: left;
      cursor: pointer;
    }
    
    .tint:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 255, 255, 0.5);
      -moz-transition: background .3s linear;
      -webkit-transition: background .3s linear;
      -ms-transition: background .3s linear;
      -o-transition: background .3s linear;
      transition: background .3s linear;
    }
    
    .tint:hover:before {
      background: none;
    }
    <figure class="tint">
      <img src="https://i.stack.imgur.com/e2VAF.jpg" alt="Example" width="400" height="260">
    </figure>
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know there's a lot of resource for this via google, but I just
I know this is possible manually via ctrl commands using gnu screen for linux
I'm using OpenAL via the LWJGL bindings http://www.lwjgl.org/javadoc/ . I need to know the
May I know a way to change the Google Map marker color via Javascript..
I'm building an app with PySide, there's some image manipulation that needs to be
I am using this code to try and submit a value via form but
I need to obtain the dimensions of an image, using a dynamically created image
I know you can invite friends to your Facebook Fan Page via Admin Panel
I know I can find if a process is being debugged via a call
I know that i can enter/add new properties via code manually into partial classes

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.