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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:29:55+00:00 2026-06-12T16:29:55+00:00

Ive noticed, on a few sites, that some text boxes have spinning ‘loading’ images

  • 0

Ive noticed, on a few sites, that some text boxes have spinning ‘loading’ images in them when a person finishes entering data.

Eg: On a registration page, when a user enters a nickname. When they are dont, the system checks the DB to see if it is unique.

In this time, the text box displays a spinning loader INSIDE of it, and then a tick or cross image (replacing the loader) if the name is valid or not.

How would I go about implementing that?

  • 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-12T16:29:56+00:00Added an answer on June 12, 2026 at 4:29 pm

    You have to strip out all the default style of a textbox and rebuild it yourself with background images and other styles. In addition, you would need to implement AJAX to handle any checks against a database. Not something easy to answer in this format, but I would suggest using FireBug to explore the site you like and see what they have done.

    EDIT:

    This isn’t exactly what you are looking for, but this might help. I added a bunch of custom styling to a textbox and other than a little JS to show/hide the AJAX spinner, hopefully this will get you part of the way there.

    enter image description here

    HTML:

    <div id="search_box">
        <input id="txt_search" type="text" />
        <img src="/images/btn_submit.png" alt="Submit" id="btn_search" />
    </div>
    

    CSS:

    #search_box {background:url(/images/txt_main.png) 0 0 no-repeat;height:40px;margin:0 auto;position:relative;width:386px;}
    #search_box input 
    {
        background:none;
        border:0;
        font-family:Tahoma,Arial,Helvetica,sans-serif;
        font-size:20px;
        line-height:20px;
        margin:2px 0 0 1px;
        outline:none;
        padding:6px;
        width:330px;
        -webkit-appearance:none;
        -webkit-border-radius:0;
    }
    #search_box img {float:right;margin:5px 6px 0 0;}
    

    EDIT:

    Attaching image.

    enter image description here

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

Sidebar

Related Questions

I've created some very large databases and have since dropped a few. I've noticed
I've noticed that a few Wordpress blogs have query statistics present in their footer
I've noticed that a few of my classmates have actually tried asking questions about
Im learning android layouts and Ive noticed a particular button widget in some android
In the last few months I've noticed that my site is taking a very
I've noticed on a few tutorials online that when a new ASP.NET Server Control
I've been doing some maintenance work on a few sites (all originally developed by
I've put a few HTML5 videos on my website and just noticed that they
I'm working on a PHP content management system and, in testing, have noticed that
I've noticed that there are awvully few programming tutorials in my native language (Latvian).

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.