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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:42:25+00:00 2026-06-13T14:42:25+00:00

Two questions in regards to a website I am working on… My website: http://thendesign.com/new/type.html

  • 0

Two questions in regards to a website I am working on…

My website: http://thendesign.com/new/type.html (I do not have everything loaded so I know some of my image links do not exist)

  1. when the page is refreshed, the structure of my code blips before the page is loaded. I have tried combining all of my .css and .js files so it is only pulling one file, but it didn’t help any. Is there anything else I can do?

  2. I like the css dropdown that i have done, but it doesn’t work at all in Internet Explorer. Do I need to completely ditch this concept and do something with jQuery? The jQuery I tried conflicts with the accordion image slider on the index page (click the logo in the top left to get to the index page).

Suggestions on a good jQuery dropdown or what I need to do to get my dropdown to work in IE (i know that the transparent background is a problem – can i make it so it is transparent where accepted but solid in IE??)

Thanks in advance for your assistance!!

  • 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-13T14:42:26+00:00Added an answer on June 13, 2026 at 2:42 pm

    The reason for the blip is that you don’t hide all those elements until the “domenabled” class is added to the body by ul2finder. Since this is done in the window.onload handler, it doesn’t happen until the page is rendered the first time. Instead of doing it there, put that check in inline JavaScript in the body of type.html. Then it will take effect BEFORE the rest of the body is rendered.

    UPDATE: Right after the <body> tag, add:

    <script type="text/javascript">
    if(document.getElementById && document.createTextNode && document.getElementById('finder')) {
        // add the class domenabled to the body
        cssjs('add',document.body,'domenabled');
    }
    </script>
    

    UPDATE 2:

    This isn’t right. The domenabled class isn’t what causes things to be hidden. There’s a loop in finder.js with the comment:

    // loop through all lists inside finder, position and hide them 
    // by applying the class hidden
    

    and this is what hides all those elements. And none of this runs until after the page is loaded.

    I don’t know about your CSS dropdowns, but maybe Modernizr can be of help there.

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

Sidebar

Related Questions

I have two questions in regards to the PyDev (Python editor for Eclipse) and
Two questions only: I have a website including a section of Blog in wordpress.
I am new to Visual Studio 2012 and Javscript coding. I have two questions
I am using django-registration, and have two questions with regards to customizing the email
I have two questions with regards to Bullet, but they are related. In the
So two questions here: If I use <input type=button onclick=validate()> then the enter key
I have two questions here. How can I show the header of the pop
This is two questions in one, so here we go. I have a simple
I have two questions. How can I get the spinner in the figure below
I have two questions about Google's dense_hash_map , which can be used instead of

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.