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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:41:57+00:00 2026-05-18T08:41:57+00:00

I have recently added jQuery to a site of mine. When hovering over sections

  • 0

I have recently added jQuery to a site of mine. When hovering over sections of an image map the background of another div will change, and then change back when the mouse leaves the image map.

The problem occurs when the background changes, it seems to glitch and flash or blink. I have attempted to add a fade or animate to the script but have failed. Could anyone suggest a good way to add this to the code?

Thank you in advance!

<script  type='text/javascript'>
$(function() {
  $(".slide2").hover(function() {
    $("#nav2").css("background", "url(img/second.png)")
  });
  $(".slide2").mouseout(function() {
    $("#nav2").css("background", "url(img/first.png)")
  });
  $(".slide3").hover(function() {
    $("#nav2").css("background", "url(img/third.png)")
  });
  $(".slide3").mouseout(function() {
    $("#nav2").css("background", "url(img/first.png)")
  })
});</script>
  • 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-18T08:41:57+00:00Added an answer on May 18, 2026 at 8:41 am

    I guess the problem it is not in the script, but it is in loading the image. You have to pre-cache the image the flash it is the time that the browser takes to load the new image because it is making a request to the server and download the image. Try to use this technique: sprites (best solution) or you can insert it in the html at the end of the page and add a css that hide the image, but your browser will download it (good only if you have huge images to load).

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

Sidebar

Related Questions

I've recently added the JQuery autocomplete plug in and have a textbox that autocompletes
I have recently updated my model, added a BooleanField to it however when I
We recently added a new TeamCity build agent. Because it doesn't have ASP.NET MVC
We have just recently got our SVN server installed. My developers have added the
I have recently started seeing user agents like Java/1.6.0_14 (and variations) on my site
I have recently added a new column (age) to a database table (user). I
I have recently added a comments section to a blog. Codeigniter says to always
I have recently come upon an error when I added the following to my
I recently added new property in one class, its list property and I have
I have a VS 2008 WinForms project, and I recently added an existing form

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.