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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T18:52:03+00:00 2026-06-07T18:52:03+00:00

I have following CSS code for indicator of loading: .indicator { display:none; margin:0px; paddingLeft:0px;

  • 0

I have following CSS code for indicator of loading:

.indicator {
    display:none;
    margin:0px;
    paddingLeft:0px;
    paddingRight:0px;
    paddingTop:0px;
    paddingBottom:0px;
} 

Indicator HTML code:

<img class='indicator' id='ajaxBusy' src='/ajax-loader.gif'>

And following code for showing indicator:

$('.page_button').live('click',function() {

    $('#ajaxBusy').show();
    $.post("url",
        function(data)
        {
            if (data != "") 
            {
                //some actions      
            }
            $('#ajaxBusy').hide();
        });
}); 

It code works good, but there is some little details: when the indicator appears then other content of page under it move down one line. When the indicator disappers then this line disappears too. I want to delete it. How can I do 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-06-07T18:52:04+00:00Added an answer on June 7, 2026 at 6:52 pm

    Add position:absolute; & z-index:99; to .indicator class.

    .indicator {
      display:none;
      margin:0px;
      paddingLeft:0px;
      paddingRight:0px;
      paddingTop:0px;
      paddingBottom:0px;
      position:absolute; /* Add This */
      z-index:99;  /* Add This */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following css code .container { width:800px; background-color:yellow; margin:auto; display:table; } .cell
I have the following html/css code . When I have the screen resolution to
I have the following CSS and HTML: .TestPadding{ width:29px; text-align:center; height:18px; padding:3px 0px 2px
I have following css code for layout. td img {display: block;} While displaying images
i have the following css code: .tag { display: inline; font-size: 10px; padding: 5px;
I have the following CSS code for links: a { text-decoration: none; color: #248AC9;
I have the following CSS code for my HTML table, but for some reason
I have a problem with a following HTML/CSS code: CSS * { padding: 0;
I have the following HTML/CSS code in which a line of text is shown
In the following HTML/CSS code I'm having two issues: The result class boxes have

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.