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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T00:44:39+00:00 2026-06-07T00:44:39+00:00

I have a button that can have a focus css class associated with it

  • 0

I have a button that can have a focus css class associated with it and I instantiate this at runtime within Javascript.
This is all provided by a bespoke Javascript framework so can not be changed.

Normally I would provided 2 additional CSS class for this button,
e.g.

btn { background-image: url(/btn.png);}
btn.focus { background-image: url(/btn-focus.png);}

This will give me 2 different images based on whether the button is ‘focused’ or not.

The problem I have now is that the image urls are dynamically loaded at runtime, and there is no way of specifying them with a static CSS file.

I’m thinking one possible solution is to ‘somehow’ generate a new style element with the btn and btn.focus classes in it (with the dynamic URLs) and either append it to the head or embedded it in the markup prior to instantation of the Button itself. This solutions doesn’t seem ideal.
Can anyone suggest anything else?

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-06-07T00:44:43+00:00Added an answer on June 7, 2026 at 12:44 am

    If your case is specifically about images that represent different states of a single object (e.g. focused or non-focused state of a button) then it’s a good idea to use sprites.
    That is creating a single image with all button states and loading it (dynamically if you want).
    Then you can write a universal rule in your CSS:

    btn {background-position: 0 0;}
    btn.focus {background-position: 0 -20px;} /* 20px is the height of your button*/
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this problem that I can ref a button for control it. I
I can't get this straight: I have one button that I want one action
I need a button-like control that can have a Checked property, so that when
I have button styles that look like this: .submit-button { display: block; color: red;
I have a button with a jquery code that clears all data from a
I have a cell editor that contains a little button that can be double
I have some MovieClips that act like buttons, how can i do that when
I have button that a user selects and I pop up a AlertDialog to
I have event Button that creates text box in run time. Private Sub Button1_Click(ByVal
I have a button that cause an image to display the image full screen

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.