Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

290
Views
How to limit scroll in fixed element before footer without jquery

im trying to stop the scroll in my fixed aside at certain point (before the footer) but im not getting it. I take a look here and other forums but only found jquery solutions and i dont want to use jquery. Here is my html:

<aside>
    <section id="openFormSection">
        <span><mark>Click aquí para abrir el formulario!</mark></span>
        <button id="formMobilIcon">
            CONTACTANOS! <i class="fab fa-wpforms"></i>
        </button>
    </section>
    <form name="contact" method="POST" netlify data-netlify-recaptcha="true">
        <div id="form-container">
            <fieldset id="contact">
                <legend>Formulario de contacto</legend>
                <i class="far fa-times-circle"></i>
                <label for="name">Nombre</label> <input name='name' type='text' id="nombre-input" placeholder="Nombre"> <br>
                <label>¿Cómo te contactamos?</label>
                <label class="cboxes" for="checkboxs"><input type="checkbox" name="checkboxs" id="cboxTelefono" value="Telefono"> Telefono</label>
                <label class="cboxes" for="checkboxs"><input type="checkbox" name="checkboxs" id="cboxEmail" value="Email"> Correo electronico</label>
                <label for="telefono">Telefono</label>
                <input type="text" name="telefono" id="telefono" placeholder="Telefono" disabled> <br>
                <label for="email">Correo electrónico</label>
                <input type="email" name="email" id="email" placeholder="Correo electrónico" disabled> <br>
                <textarea name="textarea" id="textarea" rows="5" cols="15" >Detalla brevemente tu consulta y nos comunicaremos lo mas pronto posible.</textarea>
                <input type="hidden" name="subject" value="formulario contacto urutina-pinturas">
                <div id="captcha" data-netlify-recaptcha="true"></div>
                <button id="sendBtnForm">ENVIAR</button>
                
            </fieldset>
        </div>
    </form>
</aside>

the footer container is sibling of aside.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!