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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T23:20:22+00:00 2026-05-23T23:20:22+00:00

I wrote a small script to let a label move out of the way

  • 0

I wrote a small script to let a label move out of the way everytime the corresponding input field is needed.

Please check it out here: http://jsfiddle.net/5nZWJ/68/

The problem is: it works just as expected in Firefox, but all other browsers I tried (Chromium, Internet Explorer and others) don’t keep the bottom-border justified (hard to explain but you will see it if you try it out).

What do I have to change to make this thing in all browsers look like in Firefox?

Thank you in advance!

  • 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-23T23:20:22+00:00Added an answer on May 23, 2026 at 11:20 pm

    I have solved your problem. It is now smooth in all browsers: http://jsfiddle.net/5nZWJ/70/

    The key is having #formWrapper positioned absolutely from the bottom. This means when the height is increased it expands from the bottom up and doesn’t need to recalculate the position from the top.

    CSS:

    #wrapper {
        background-color: lightblue;
        height: 110px;
        width: 500px;
        position:relative; /* Allows absolute figures to be predictable */
    }
    
    #formWrapper {
        background-color: yellow;
        border-bottom: 4px solid red;
        bottom: 29px; /* Changed from top and new measurement added */
        left: 120px;
        height: 57px;
        position: absolute;
        z-index: 1;
        width: 108px;
    }
    

    JavaScript:

    I removed all lines of code referring to the position, as it no longer needs to be changed or recalculated.

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

Sidebar

Related Questions

Backup Script Please check the link above, I wrote this small script in python.
I have a small script that I wrote to send an email out to
So I've wrote a small script to download pictures from a website. It goes
I just started playing with Clojure, and I wrote a small script to help
I wrote a small app that turns out to be using a lot of
I wrote a script in tcl to grab links out of the download portion
I wrote a small script which copies the billing address to the delivery address
I wrote a small script, which parses a XML-file, deletes some redundant elements and
I wrote a small script. It's designed to search the python directory for all
I wrote a small PHP script which does a branding on a present PDF

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.