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

IE Thinks Window is Much Smaller Than it Really is.

  • My site here has a navbar embedded via iframe. The width of the iframe is set to a percentage of the body. As the window gets narrower, the row becomes three via CSS media queries. However, IE thinks that it should be three rows, even when the screen is plenty wide enough for it to be one row. It also puts them aligned to the left, instead of the center, where it's supposed to be.
    ~Cliff