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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:13:18+00:00 2026-05-29T07:13:18+00:00

Quick question, I’m trying to add a rollover effect to a submit button, but

  • 0

Quick question, I’m trying to add a rollover effect to a submit button, but it doesn’t seem to be working. i originally used CSS to create the effect but CSS creates a bit of a flicker when the the image is rolled over (my guess is from loading the rollover image).

Heres the code for the button:

<%= image_submit_tag ("sharebutton_up.jpg"), :mouseover => ("sharebutton_down.jpg")%>

Any ideas on how to fix this code, or a different way to create the rollover effect?

  • 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-29T07:13:20+00:00Added an answer on May 29, 2026 at 7:13 am

    You should use an image sprite and alter it using the background position.

    <%= image_submit_tag ("sharebutton.jpg"), :class => "submit_button" %>
    

    Then in your CSS

    .submit_button {
       width: 100px;
       height: 50px;
       background-image: url("sharebutton.jpg");
    }
    
    .submit_button:hover {
       background-position: 0 -100%;
     }
    

    This assumes a 100×100 image, with the top half being the off state and the bottom half being the on stat. See this link for more information.

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

Sidebar

Related Questions

Quick question : How do i check if a submit button is clicked in
quick question. I am trying to use either javascript, jquery, or php to make
Quick question - I've finished building an outlook add-in in VS2010, .NET 4.0. I
quick question. I am trying to get C++ nailed down, and today I spent
Quick question, having a look around it seems this is the case, but it
Quick question: I'm trying to parse dates in the following format to their equivalent
Quick question, I am working on an APNS enabled app and I just want
quick question I know in wordpress you can get post_content,etc but let say I
Quick question that I can't seem to find anywhere; at least not a clear
Quick question regarding Google Maps. I have one fully working Google Maps project and

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.