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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:15:06+00:00 2026-06-14T14:15:06+00:00

A count down timer I’m trying to use is not working in IE, but

  • 0

A count down timer I’m trying to use is not working in IE, but it works fine in Firefox and Chrome.

This is the HTML of the scripts I’m including, and what I’ve written so far:

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript" charset="utf-8"></script>

<script src="jquery.countdown.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
    $(function(){
        $('#counter').countdown({
            image: 'digits.png',
            startTime: '25:30'
        });            
    });
</script>
<style type="text/css">
    .desc { 
        margin: 7px 3px;
        width: 352px;
    }
    .desc div {
        float: left;
        font-family: Arial;
        width: 70px;
        margin-right: 65px;
        font-size: 13px;
        font-weight: bold;
        color: #000;
    }
    #counter {
        width: 353px;
    }
</style>

and this is my content in the aspx page:

<div id="counter"></div>
<div class="desc">
    <div>Minutes</div><div>Seconds</div>
</div>
  • 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-14T14:15:07+00:00Added an answer on June 14, 2026 at 2:15 pm

    I’ve tested this in IE 8 and IE 9. Seems to work ok.

    Try this:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript" charset="utf-8"></script> 
    <script src="http://jquery-countdown.googlecode.com/svn/trunk/js/jquery.countdown.js" type="text/javascript" charset="utf-8"></script>
    
    <style type="text/css">
        .desc { margin: 7px 3px;
            width: 352px;
        }
      .desc div {
      float: left;
      font-family: Arial;
      width: 70px;
      margin-right: 65px;
      font-size: 13px;
      font-weight: bold;
      color: #000;
      }
        #counter
        {
            width: 353px;
        }
    </style>
    
    <div id="counter"></div><div class="desc"><div>Minutes</div><div>Seconds</div></div>
    <script type="text/javascript">
    
         $('#counter').countdown({
                 image: 'http://jquery-countdown.googlecode.com/svn/trunk/img/digits.png',
                 startTime: '25:30'});            
    
    </script>
    

    Make sure you have the doc type defined at the top of your html page as follows:

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to make a small countdown timer in my app but it's not working.
I'm trying to make a timer count down from 5 seconds to zero before
I am trying to implement Joda-Time to count down to Christmas, but so far
I made a countdown timer and coded this in with HTML and CSS, but
I’m trying to create a count down timer. I user a Timer object that
I had this idea of creating a count down timer, like 01:02, on the
I'm trying to use jQuery Countdown to count down to a particular date in
I found this count down timer code here http://jsfiddle.net/QH6X8/ I would like to make
I have developed a Count Down Timer and I am not sure how to
Trying to write a timer to do a count down (like a rocket launch:

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.