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

The Archive Base Latest Questions

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

I am having strange problem, whenever my site is loaded for the first time

  • 0

I am having strange problem, whenever my site is loaded for the first time in the browser, its jquery and slider doesnt work at all…….. then when i refersh the page it loads it properly….
I am using Firefox latest 3.6.8 version
CSS is loaded before jquery and slider scripts

here is the link for website link text

I fixed the button positioning with 2 solutions

  1. One was to use % in positioning like left:90%
  2. Other i found by checking the original easy slider 1.5 css file which was to use a container to display all the content within and container will have same width as the images in the slider…..
    hope it helps others
  • 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-16T06:28:42+00:00Added an answer on May 16, 2026 at 6:28 am

    I had no difficulty viewing your site in Firefox version ‘3.6.8’ without a refresh? The slider appears to function correctly, however, with fresh eyes I did notice some things in the page source that you might wish to check, especially point 1.:

    1. [EDIT] The JavaScript block within the ‘Head’ tag is missing closing semicolons (‘;’) at the end of the first four ‘var’ lines:

      <script type="text/javascript">
          var browser = navigator.appName
          var ver = navigator.appVersion
          var thestart = parseFloat(ver.indexOf("MSIE"))+1
          var brow_ver = parseFloat(ver.substring(thestart+4,thestart+7))
          if ((browser=="Microsoft Internet Explorer") && (brow_ver < 7))
          {
              alert("Please Update your OLD BROWSER ,Please install Google chrome or Firefox to view the site propertly");
              window.location="http://www.mozilla.com/en-US/products/download.html";
          }
      </script>
      

      [EDIT] Also, it’s advisable to include JavaScript in ‘CDATA’ or ‘Character Data’ sections:

      <script type="text/javascript">
      //<![CDATA[
          // Your Javascript goes here...
      //]]>
      </script>
      

      More info: here and here.

      [EDIT] Finally, notice the variable ‘brow_ver‘ is declared in the script, but on the following line a variable ‘browser‘ is referenced?

    2. The ‘&amp;’ character entity reference should be used instead of ‘&’ in the ‘title’ tag

    3. One of the ‘Meta Tags’ is missing a closing ‘/’.

    4. [EDIT] The conditional comment ‘<![if !(IE 6)]>‘ should be ‘<!--[if !(IE 6)]>‘ and ‘<![endif]>‘ should be ‘<![endif]>-->‘

    5. [EDIT] The UTF-8 encoding includes and encompasses all of US-ASCII characters, so in the meta tag consider using the following ‘Content Encoding’:

      content="text/html; charset=UTF-8" instead of content="text/html; charset=us-ascii"

    6. Also FYI: the ‘-‘ and ‘+’ navigation buttons for the slider are not positioning correctly. Please see image reference below. This might not be apparent on your screen… try a higher resolution with the browser set to full screen to replicate it.

      [EDIT] Just for others reading this… I notice you have fixed the ‘-‘ / ‘+’ navigation positioning by using ‘%’ instead of ‘px’ in the CSS. So for example:

      #nextBtn{
          display:block;
          width:36px;
          height:36px;
          position:absolute;
          left:90%;  /* <<< Will position correctly */
          top:365px;
          z-index:1000;
      }
      

      instead of…

      #nextBtn{
          display:block;
          width:36px;
          height:36px;
          position:absolute;
          left:1025px;  /* <<< Won't position correctly */
          top:365px;
          z-index:1000;
      }
      

    The same goes for the ‘Previous’ nav button.

    Site Screenshot of incorrect navigation buttons positioning http://img59.imageshack.us/img59/8443/gulzarchildcarecom.jpg

    The best of luck with the site… it looks good! 🙂

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

Sidebar

Related Questions

I'm having a strange problem. I have to use GetPostBackEventRefence to force a Postback,
I'm having a strange problem in Visual Studio 2008 where my Pending Checkins window
I'm having a strange problem here... I have an ASP.NET 3.5 application that has
I started learning Django recently and am having a strange problem with the tutorial.
I'm having a strange problem with a colour animation. I have a list of
I am having a really strange problem implementing Java REST service. I am trying
i am having strange problem, when i change the default app pool to use
I am having a strange problem while uploading large files in PHP. In php.ini,
I am having a strange problem. I am using PDO prepared statement. I have
I'm having a strange problem with anchor tags shifting divs upwards which is causing

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.