Scrolling div from a part of the sticky element












0















Scrolling div from a part of the sticky element. The below image demonstrates the book list which is scroll-able and the sticky div.



This image is with sticky div book going behind
enter image description here



This is normal state without sticky
enter image description here



I have used banner section below css code



CODEPENLINK



<div class="banner_Section">abcd</div>
<div class="body_Section">mnop</div>

.banner_Section {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: url(https://www.dudleycourtpress.com/wp-content/uploads/2013/08/books.jpg) scroll no-repeat top center;
background-size: cover;
height: 200px;
}

.body_Section {margin: 200px 0 0 0; height: 400px; background: yellow;}


Fixed scrolling works but it gets behind after the banner section from white part.



The scrolling should happen from the bottom part of the image.










share|improve this question

























  • Please provide HTML and CSS both.

    – Joykal Infotech
    Nov 26 '18 at 8:39











  • Do you want some like this? jsfiddle.net/apn7f2uz

    – Joykal Infotech
    Nov 26 '18 at 8:57













  • I want the bottom body_Section should scroll from bottom above image and than hide below image as seen in the image

    – Sonia
    Nov 26 '18 at 9:30











  • I am not getting what are you talking about?

    – Joykal Infotech
    Nov 26 '18 at 9:58











  • Check the edited question

    – Sonia
    Nov 26 '18 at 10:29
















0















Scrolling div from a part of the sticky element. The below image demonstrates the book list which is scroll-able and the sticky div.



This image is with sticky div book going behind
enter image description here



This is normal state without sticky
enter image description here



I have used banner section below css code



CODEPENLINK



<div class="banner_Section">abcd</div>
<div class="body_Section">mnop</div>

.banner_Section {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: url(https://www.dudleycourtpress.com/wp-content/uploads/2013/08/books.jpg) scroll no-repeat top center;
background-size: cover;
height: 200px;
}

.body_Section {margin: 200px 0 0 0; height: 400px; background: yellow;}


Fixed scrolling works but it gets behind after the banner section from white part.



The scrolling should happen from the bottom part of the image.










share|improve this question

























  • Please provide HTML and CSS both.

    – Joykal Infotech
    Nov 26 '18 at 8:39











  • Do you want some like this? jsfiddle.net/apn7f2uz

    – Joykal Infotech
    Nov 26 '18 at 8:57













  • I want the bottom body_Section should scroll from bottom above image and than hide below image as seen in the image

    – Sonia
    Nov 26 '18 at 9:30











  • I am not getting what are you talking about?

    – Joykal Infotech
    Nov 26 '18 at 9:58











  • Check the edited question

    – Sonia
    Nov 26 '18 at 10:29














0












0








0








Scrolling div from a part of the sticky element. The below image demonstrates the book list which is scroll-able and the sticky div.



This image is with sticky div book going behind
enter image description here



This is normal state without sticky
enter image description here



I have used banner section below css code



CODEPENLINK



<div class="banner_Section">abcd</div>
<div class="body_Section">mnop</div>

.banner_Section {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: url(https://www.dudleycourtpress.com/wp-content/uploads/2013/08/books.jpg) scroll no-repeat top center;
background-size: cover;
height: 200px;
}

.body_Section {margin: 200px 0 0 0; height: 400px; background: yellow;}


Fixed scrolling works but it gets behind after the banner section from white part.



The scrolling should happen from the bottom part of the image.










share|improve this question
















Scrolling div from a part of the sticky element. The below image demonstrates the book list which is scroll-able and the sticky div.



This image is with sticky div book going behind
enter image description here



This is normal state without sticky
enter image description here



I have used banner section below css code



CODEPENLINK



<div class="banner_Section">abcd</div>
<div class="body_Section">mnop</div>

.banner_Section {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: url(https://www.dudleycourtpress.com/wp-content/uploads/2013/08/books.jpg) scroll no-repeat top center;
background-size: cover;
height: 200px;
}

.body_Section {margin: 200px 0 0 0; height: 400px; background: yellow;}


Fixed scrolling works but it gets behind after the banner section from white part.



The scrolling should happen from the bottom part of the image.







html css scroll fixed






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 26 '18 at 10:30







Sonia

















asked Nov 26 '18 at 8:36









SoniaSonia

8841511




8841511













  • Please provide HTML and CSS both.

    – Joykal Infotech
    Nov 26 '18 at 8:39











  • Do you want some like this? jsfiddle.net/apn7f2uz

    – Joykal Infotech
    Nov 26 '18 at 8:57













  • I want the bottom body_Section should scroll from bottom above image and than hide below image as seen in the image

    – Sonia
    Nov 26 '18 at 9:30











  • I am not getting what are you talking about?

    – Joykal Infotech
    Nov 26 '18 at 9:58











  • Check the edited question

    – Sonia
    Nov 26 '18 at 10:29



















  • Please provide HTML and CSS both.

    – Joykal Infotech
    Nov 26 '18 at 8:39











  • Do you want some like this? jsfiddle.net/apn7f2uz

    – Joykal Infotech
    Nov 26 '18 at 8:57













  • I want the bottom body_Section should scroll from bottom above image and than hide below image as seen in the image

    – Sonia
    Nov 26 '18 at 9:30











  • I am not getting what are you talking about?

    – Joykal Infotech
    Nov 26 '18 at 9:58











  • Check the edited question

    – Sonia
    Nov 26 '18 at 10:29

















Please provide HTML and CSS both.

– Joykal Infotech
Nov 26 '18 at 8:39





Please provide HTML and CSS both.

– Joykal Infotech
Nov 26 '18 at 8:39













Do you want some like this? jsfiddle.net/apn7f2uz

– Joykal Infotech
Nov 26 '18 at 8:57







Do you want some like this? jsfiddle.net/apn7f2uz

– Joykal Infotech
Nov 26 '18 at 8:57















I want the bottom body_Section should scroll from bottom above image and than hide below image as seen in the image

– Sonia
Nov 26 '18 at 9:30





I want the bottom body_Section should scroll from bottom above image and than hide below image as seen in the image

– Sonia
Nov 26 '18 at 9:30













I am not getting what are you talking about?

– Joykal Infotech
Nov 26 '18 at 9:58





I am not getting what are you talking about?

– Joykal Infotech
Nov 26 '18 at 9:58













Check the edited question

– Sonia
Nov 26 '18 at 10:29





Check the edited question

– Sonia
Nov 26 '18 at 10:29












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53477291%2fscrolling-div-from-a-part-of-the-sticky-element%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53477291%2fscrolling-div-from-a-part-of-the-sticky-element%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks