Background but not the content #27
Unanswered
marcinsadlik
asked this question in
Q&A
Replies: 2 comments
-
In cases like this, it is necessary to markup the parallax image and content to separate them as follows. <div class="background"></div>
<div class="contents">
<p>contents</p>
</div> |
Beta Was this translation helpful? Give feedback.
0 replies
-
I figured out this solution, thought maybe there's something more useable, but stil many thanks for your kind answer! Keep doing good job. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Could you please be so kind to clarify whether it is possible to add parallax efect only to div's background but not to it's content? When div contain further divs or anything else, it's parallaxed along with background...
Beta Was this translation helpful? Give feedback.
All reactions