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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T03:57:28+00:00 2026-05-16T03:57:28+00:00

I remember reading somewhere (a long time ago) that sprites – or at least

  • 0

I remember reading somewhere (a long time ago) that sprites – or at least I think that’s what they were called – were better than using two images when you were trying to change an image on hover. I believe the reasoning was something to do with not having a delay. For example sometimes I’ll go to a website and go to click on a link and for a split second there’s no image there… it’s blank… before the second one shows up. Isn’t that because the second image has to load first? If that’s the case wouldn’t “sprites” be better?

Now which ever way is the better approach I’d like to take. Basically, I have a form button I want to change with an image… and when hovered over I want it to change.

I googled and found out doing something like <input type="image" ...> would work, but than other people were saying that’s not the right way yady yady ya.

So how should I do it? Sprites or separate images? And most importantly, how can I do it?

Many thanks,
The Novice.

  • 1 1 Answer
  • 2 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-16T03:57:28+00:00Added an answer on May 16, 2026 at 3:57 am

    CSS Sprites are the way to go, else you’d have to “preload” your hover image.

    Let’s assume your button is 100px wide and 20px high.

    Create a new 100px by 40px image, placing your “default” state image on the top, and your “hover” state image on the bottom.

    Then in your HTML, create your button.

    <input type="button" class="submit" />
    

    Apply your new image as a background on the button element.

    .submit {
        display: inline-block;
        width: 100px;
        height: 20px;
        border: 0;
        background: url(button_bg.gif) no-repeat top;
    }
    

    Then simply change the position of the background image on the hover state.

    .submit {
        background-position: bottom;
    }
    

    Your hover image would have already been loaded, so there won’t be any delay.

    Have fun!

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

Sidebar

Related Questions

I remember reading somewhere that SQL Azure is going to terminate long-running queries. Is
I remember reading somewhere (I think it was in one of Crockford's papers) that
I remember reading somewhere that it is a lot better to load a JS
I remember reading somewhere that it is better to use integers as loop counter
I remember reading somewhere that Hadoop's performance deteriorates significantly if the machines it runs
I remember reading somewhere that Qt guarantees the size of some data types on
I remember reading somewhere that you could make two android apps share the same
I seem to remember reading somewhere that there is a way to combine LEFT
I vaguely remember reading somewhere (in MSDN ODBC documentation?) that one application cannot make
I remember reading somewhere that function arguments get turned into private variables within the

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.