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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:35:01+00:00 2026-05-26T16:35:01+00:00

Is this possible? you can se my problem here: http://granjalaaurora.com/test/test-jscrollpane.html I have this structure:

  • 0

Is this possible? you can se my problem here: http://granjalaaurora.com/test/test-jscrollpane.html

I have this structure:

<div id="content">
        <div id="about" class="scroll-pane">

                    <div id="fixed">Non scrollable text goes here.</div>

                    <p>Scrollable text goes here</p>
</div>

The “about div” has class=”scroll-pane”, and I can’t remove that class from there because the jquery breaks. And I say well, now what if I want part of the about div “non scrollable” Everything within the about div will scroll, unless I put a div with fixed position inside it, but it has to be fixed in relation to the content div, or it wont “go down” when I change the section.

And that’s my problem, other thing the div with non scrollable content can’t be outside the about div because i’t will not respond to the fade in and hide commands.

Any ideas?

Thanks 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-26T16:35:01+00:00Added an answer on May 26, 2026 at 4:35 pm

    My solution to a similar problem might help. See Position element fixed vertically, absolute horizontally for that. I’ve adapted the code for what I think will work for you (EDITED to match your code more):

    HTML

    <div id="content">
      <div id="about" class="scroll-pane">
         <div class="inflow">
            <div class="fixed">Non scrollable text goes here.</div>
            <p>Scrollable text goes here</p>
         </div>    
      </div>               
    </div>
    

    CSS

    div.inflow {
      border: 1px solid blue;
      position: relative;
      height: 1000px;  /* just for illustration */
    }
    
    div.inflow p {
          margin-top: 1.5em; /*you need to determine space you need for the fixed element */
    }
    
    div.fixed {
      border: 1px solid red;
      position: fixed;
    
    }
    

    You might be able to get rid of the inflow div and apply those styles directly to the scroll-pane div.

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

Sidebar

Related Questions

Is this possible? In an events system an event can have multiple times. (ie,
Is this possible? I can't find it anywhere.
Possible Duplicate: Can you animate a height change on a UITableViewCell when selected? This
If this is possible, please provide a sample query or two so I can
I'm not sure this is possible, but in ruby, you can dynamically call a
How can I retrieve the current working directory of cmd.exe? This seems possible. For
Can I use dynamic data type in WF 4.0? And if this is possible
Can this be done? It seems like this should be possible. In general, I
I'm sure this must be possible, but I can't find out how to do
It's quite possible a question like this has been asked before, but I can't

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.