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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T07:40:28+00:00 2026-05-12T07:40:28+00:00

For a client, I am attempting to get this site to work in IE

  • 0

For a client, I am attempting to get this site to work in IE and other web browsers (currently only works in Safari and Firefox for Mac): http://www.randomscripts.net/think_company_world/main.php I am using JQuery’s fadeIn and fadeOut functions on the pictures to cycle them through in the background. For every other browser beside those listed above, it simply displays a black box over the content. I am thinking that it may have to do with the opacity: CSS property but am not quite sure.

If anyone could take a look, I would really appreciate it.

  • 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-12T07:40:28+00:00Added an answer on May 12, 2026 at 7:40 am

    It seems to be working fine for me (Chrome, IE8 and Firefox 3. under Vista).

    Are you sure the images are having time to load? Do you get the same problem if you resize the images to 100×100 and re-run the script?

    Other thoughts

    I’m getting an error on line 320 (sub options for nav 6) because you don’t have any item on the page with an id of nav6_sub so that may be causing problems for you.

    You’re duplicating a lot of code on that page (are you copying and pasting or having it created inside a loop?), you should probably look at creating a jQuery plugin or something. I’ve always found this page to be useful (as well as the jQuery docs of course): http://www.learningjquery.com/2007/10/a-plugin-development-pattern

    Also, it’s probably not related, but your HTML around the sub navigation could use some cleaning up. Instead of

    <ul>
        <li><a href="#" id="nav5" onmouseover="dropDown('nav5_sub')"></a></li>
            <div class="sub" id="nav5_sub">
                <li>Private Client Log In</li>
                <li>Student Log In</li>
            </div>
        </li>
    </ul>
    

    You should have something like have:

    <ul>
        <li>
            <a href="#" id="nav5" onmouseover="dropDown('nav5_sub')"></a>
            <ul class="sub" id="nav5_sub">
                <li>Private Client Log In</li>
                <li>Student Log In</li>
            </ul>
        </li>
    </ul>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am attempting to get a SOAP client going, the only examples I get
I am maintaining an ASP.NET site, and I was attempting to get the dialogs
We are attempting to integrate an ASP.NET MVC site with our client's SSO system
I'm attempting to get a client on one machine to talk to a server
I am attempting to get a test Kerberos client/server pair working against Active Directory.
I am attempting to get MySQL++ to work correctly on Debian 6 with SSL
I'm trying to get a PC client to connect to an Android server. This
I have this web client example that gets an IP address via DHCP. It
I am attempting to develop a service that contains numerous client and server sockets
I'm attempting to translate an existing Access report into a client-side SSRS 2008 report,

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.