treehouse : what would you like to learn today?
Web Design Web Development iOS Development

iFrame with Fixed Header?

  • I would like to do something similar to this: http://bit.ly/RLpHme

    I'm working on a website for a real estate agent, and she would like to load the listings from her partners site, but have a fixed header at the top with her information.

    How would I go about achieving this?

    Thanks for the help!

  • Hi, Add this style property on top div header.

    { position: fixed; width: 100%; }

  • Yep, just like he said. Just put that style rule on the outermost container that you want to stay in the same place.