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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T20:45:10+00:00 2026-05-23T20:45:10+00:00

I have a Soft.CSS file which has following class .check_out { width:58px; background-image:url(/a/i/softadd/checkout.gif);} What

  • 0

I have a Soft.CSS file which has following class

.check_out {
width:58px;
background-image:url(/a/i/softadd/checkout.gif);}

What i want to do here is change this Class ( please note that i DO NOT have access to Soft.CSS as it is fed from some other server ) to

.check_out {
width:58px;
background-image:url(/myserver/checkout.gif);}

How do i do it ? using CSS ? Using Jquery ?

  • 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-23T20:45:11+00:00Added an answer on May 23, 2026 at 8:45 pm

    I think it would be enough if you make sure that your piece of css comes AFTER the Soft.css file. Most browsers only pick the last definition they find when they find double entries of the same identification.

    Elsewise, you could parse the Soft.css file with PHP and do some regex on background-image and find the file name.

    UPDATE
    An alternative answer:

    Have you thought of adding another class on every element that has the check_out-class? You could write your own css on some other class like check_out_ow and add it with jQuery:

    $(document).ready(function()
    {
        // every element gets an extra class with custom information
        $('check_out').addClass('check_out_ow');
    });
    

    I’m not sure, but I hope that the information of two classes lies deeper than of one class. Your css could look like:

    .check_out.check_out_ow {
    width:58px;
    background-image:url(/myserver/checkout.gif);}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

have a problem. At first look at this HTML <div id=map style=background-image: url(map.png); width:
I have been looking into the possibility of creating a soft copy(image/EMF file) of
I have a cache which has soft references to the cached objects. I am
I have a Rails 3.1.3 app which uses devise for users authentication and soft-deletes
have written this little class, which generates a UUID every time an object of
I have the following JavaScript code which is inside a function which I am
I have a situation where I have a table that has a soft foreign
I want to make a soft delete on my db table...i have apply following
I've got a standard TextBox control which I'm trying to have mimic the soft
I have a simple schema in which soft deletes are used (that's how it

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.