Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #1364262

    greenraja
    Participant

    I am trying to create a sort of reverse parallax effect. The text needs to stay stationary while the background image scrolls normally.

    See this website as an example: http://corra.com/

    Is this possible?

    #1364435

    Rupok
    Member

    Hi there,

    Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1365360

    greenraja
    Participant

    I figured out how to affix an image with this css

    .affix {
    position: fixed;
    }

    However, now I just need to know how to set a parameter. Like, only affix to section 1

    #1365564

    Lely
    Moderator

    Hello There,

    When the position is fixed, it is always relative to the browser and not on any element.
    See this:http://www.w3schools.com/cssref/pr_class_position.asp