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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:21:26+00:00 2026-05-23T00:21:26+00:00

Inspired by an article which I read yesterday, I am striving to add a

  • 0

Inspired by an article which I read yesterday, I am striving to add a Konami code-induced Easter egg to my portfolio website. It started out as a bit of fun but, as can be the case when IE gets involved, a seemingly quite simple task has become something of a misery!

Using the excellent jqPuzzle plugin, the idea is that upon the user entering the code the page content fades out and is replaced by a previously invisible interactive slider puzzle. The plugin which I’m using applies itself to an image on the page via a class value. Here’s where it starts to get tricky: (presumably) because it takes a moment for the plugin to load, and because the plugin only loads when the image is visible, I’ve put together the following jQuery to hide the image at first, fade it in imperceptibly to give the plugin a chance to load, and then fade the image out again:

<div id="eegg">
    <img src="images/photo_name.jpg" />
</div>

...

<script type="text/javascript">
    $( init );
    function init() {
        $('#eegg img').addClass( 'jqPuzzle jqp-r3-c4-NC' ); //Puzzle settings
        $('#eegg').hide().fadeTo( 'slow', 0.000001 ).fadeOut( 'slow' );
        $('#eegg img').addClass( 'positioned' ); //Centres puzzle in browser
    }

Alas, whilst this little workaround serves its purpose very nicely in Firefox and Chrome, IE 7 and 8 ignore the instructions to fade and simply drops the image in at full opacity, before removing it a moment later. Infuriating!

Can anyone offer me any guidance as to how to coax IE into fading the puzzle?

Alternatively, is there a better way to force the slider JS to load ‘invisibly’?

  • 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-23T00:21:27+00:00Added an answer on May 23, 2026 at 12:21 am

    All you need to is add this option to shuffle it immediately:

    shuffle: true

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

Sidebar

Related Questions

Inspired from the other topic , I wrote this code which simulates a finally
My question is partially inspired by this article written by Eric Lippert: http://blogs.msdn.com/ericlippert/archive/2009/10/19/what-is-this-thing-you-call-thread-safe.aspx Using
This question is inspired by the article Why are Facebook, Digg, and Twitter so
Today I encountered this article about decimal expansion and I was instantaneously inspired to
Inspired by this article , I was playing around with the Ruby method calling
This question is inspired from Joel's Making Wrong Code Look Wrong http://www.joelonsoftware.com/articles/Wrong.html Sometimes you
In my current project I use my own custom allocators inspired by the article
I read a couple of articles here that inspired my solution but wondering if
Inspired by this CodingHorror article, Protecting Your Cookies: HttpOnly How do you set this
Being inspired with the article considering the dynamic table rendering (thank you BalusC), I've

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.