Navigation

Inline Modal Windows: More Content Without Losing Context

Most modal windows on the web take over your screen when they open. They pop up on the page and block you from viewing the content underneath until you close it.

This is sometimes useful, but sometimes it’s overkill when all you want is to give the user extra context to the content they’re viewing. At the same time, you don’t want to make the page longer to do so. If this is your case, inline modal windows are what you need.

inline-content-modal

Inline modal windows are modal windows that open inline with content without covering the page. The example above shows how an inline modal expands. Users are able to view more content without losing their page context. Clicking the X collapses the inline modal and reverts to the original state.

Had the site not used an inline modal it would’ve made the page longer and overwhelming. The content is easier to read because the user only gets more content if they expand a section.

Sometimes a modal window is what you need to keep the user focused on a task. Other sometimes an inline modal window is what you need to allow users to read your content without feeling overwhelmed.


Book

Affiliate

elegant wordpress themes

This Post Has 5 Comments

  1. Christophe Reply

    May be there is something that I’m missing but I see no differences between an “inline modal window”and a regular non modal window.

  2. Cameron Nokes Reply

    That’s a great design pattern that I’ve never seen before. I wish there was a better way than a plus icon to somehow signal that the interaction would be this inline modal thing before the user clicks on it, because as of now, when I see it I assume it’ll take me to another page. Sometimes thinking something will take me to the another page is enough to make me not click it.

  3. Nick Angiolillo Reply

    I’m a fan of this device, but this is not a “modal” pattern. Modals are UI features that force the user to interact with them before proceeding. An example is a popup that requires a user to check that they’ve read a legal notice before completing an account registration. It’s not an optional step — it’s a modal interstitial. The user has to accept it or close the window and end the process.

    So, a real inline modal “window” would be loading the modal content inline but graying out and/or disabling functionality that sits outside of the inline modal content. The user would have to interact with the modal in some way to restore the functionality they lost.

Leave a Reply

Your email address will not be published. Required fields are marked *