0
Welcome Guest! Login
0 items Join Now

How does rockettheme do this?

  • How does rockettheme do this?

    Posted 15 years 5 months ago
    • On the rockettheme home page you can scroll the page, but when scrolling, the right side modules stay in position.

      What is used for this and how is this done?

      Does anyone know?
    • Best regards,

      Piet Nutbey

      Joomla Video Tutorials: www.joomtorial.com
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: How does rockettheme do this?

    Posted 15 years 5 months ago
  • Re: How does rockettheme do this?

    Posted 15 years 5 months ago
    • Oeps,

      Look first, ask later...

      Figured it out. It uses a simple position:fixed.
      #sidebar.float {
      margin-top:0;
      position:fixed;
      right:inherit;
      top:12px;
      }
    • Best regards,

      Piet Nutbey

      Joomla Video Tutorials: www.joomtorial.com
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: How does rockettheme do this?

    Posted 15 years 5 months ago
    • its a bit more than that, the fixed position is set with a scrollpage event ... (see link above)
      But of couse you can set a fixed position that it feels almost like the same effect (tho it isnt) ...
  • Re: How does rockettheme do this?

    Posted 15 years 5 months ago
    • Thank you.

      Seems i only found a part of the solution. The link you sent should solve the missing part ;)
    • Best regards,

      Piet Nutbey

      Joomla Video Tutorials: www.joomtorial.com

Time to create page: 0.072 seconds