Popovers

  • A popover is a visual layer that floats above the window. Click on the "i" to see how it works.

    Monthly Premium*

    Guidelines

    Use popovers in situations where user interactions with the content are not required but provide information or additional features for the user. This additional information can be presented without leaving the main UI.

    Code

    <a href="#"  class="popovers"  data-toggle="popover"  data-placement="right"  data-trigger="focus"  data-original-title="Monthly Premium"  data-content="The amount you pay each month for your plan."> <span class="icon-info2"></span></a>

    More information on popover